Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josef-friedrich/notes
Random notes
https://github.com/josef-friedrich/notes
Last synced: about 1 month ago
JSON representation
Random notes
- Host: GitHub
- URL: https://github.com/josef-friedrich/notes
- Owner: Josef-Friedrich
- Created: 2024-01-06T16:16:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:10:26.000Z (11 months ago)
- Last Synced: 2024-02-14T15:28:59.132Z (11 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)