Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josef-friedrich/notes

Random notes
https://github.com/josef-friedrich/notes

Last synced: about 1 month ago
JSON representation

Random notes

Awesome Lists containing this project

README

        

# notes

Random notes

## Shell bookmarks

### Jump

* https://github.com/wting/autojump (Python) A cd command that learns - easily navigate directories from the command line
* https://github.com/rupa/z (Shell) z - jump around
* https://github.com/gsamokovarov/jump (Go) Jump helps you navigate faster by learning your habits. ✌️
* https://github.com/ajeetdsouza/zoxide (Rust) A smarter cd command. Supports all major shells.

### Marks

* https://github.com/artempyanykh/shellmark Cross-platform bookmarks manager for your shell
* https://github.com/huyng/bashmarks
* https://github.com/zpm-zsh/bookmarks

### Other

* https://github.com/junegunn/fzf with https://dmitryfrank.com/articles/shell_shortcuts
* https://github.com/cantino/mcfly
* https://github.com/babarot/enhancd (Shell) A next-generation cd command with your interactive filter

## TOTP (Time-based One-time Password) on the command line

https://github.com/yitsushi/totp-cli (Go) outdated
https://github.com/tadeck/onetimepass (Python)