tidbit is a light-weight command-line tool that I made in response to my increasing frustration from dozens of scattered note files
- never lose track of your notes
- save the commands you always forget
- simple organization, instant access
- interactive fuzzy searching & previewing (with fzf)
- usable by a 3-year-old
Run the install script from the root of the project
./install.sh
- installs fzf for interactive fuzzy searching
- adds tidbit to your PATH
tidbit # interactive mode with fzf (Ctrl+J/K to navigate)
tidbit [subject] # open subjects/[subject]/tidbit.md
tidbit [subject] [file] # open subjects/[subject]/[file].md
