Skip to content

Instantly share code, notes, and snippets.

View kforeverisback's full-sized avatar

Kushal Azim Ekram kforeverisback

  • Microsoft Corporation
  • Mountain View, CA
  • LinkedIn in/azimekram
View GitHub Profile
@kforeverisback
kforeverisback / mcfly-to-zsh-to-atuin.md
Last active April 8, 2024 10:10
Import McFly history into Atuin

Recently I started to move from McFly to Atuin and wanted to quickly import McFly history.

But atuin didn't include a method to import Mcfly history. So here is my short procedure:

McFly --> Zsh history format --> Zsh History (merge) --> Atuin import:

For ZSH

@kforeverisback
kforeverisback / SimpleHTTPServerWithUpload.py
Created October 5, 2020 17:35 — forked from touilleMan/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""