- feat: Implement ability to list note files with -l|--list flag (c171e75)
- feat: Implement the ability to opt-out of using date-based directory organization (5b8b2a5)
- fix: Fixed a bug when using a custom note directory set in noterc file (eb0da17)
- fix: Fixed a typo in usage/help printout (1b67567)
- General code cleanup and enhancements for 1.0 release (9e06464)
- Implement destroy and delete functionality (27cdeb2)
- Implement edit functionality (3e3ac32)
- Add ability to use a print program other than cat (26662cf)
- Removed the -i/--info flag (cae86fd)
- Improve argument handling (012e840)
- Update the directory structure where notes are stored. (9dd754f)
- General improvements to the bash code (1b6d0a0, 1b6d0a0)
- Implement -t | --time flag to add a timestamp when opening notes.
- Fix noterc file path when XDG_CONFIG_HOME is not set
- Added config file (noterc)
- Added ability to add custom filename via -n | --name
- Bash code is now less error-prone
- Fixed markdown syntax in CHANGELOG.md and README.md
- Thanks for the PR @Madic-!
- Alter text printed to terminal when a user opens an existing note to be friendlier and more informative.
- Fix a bug where vim opened in insert mode but didn't place cursor at end of file.
- Add support for Emacs (Thanks for the PR @alkc)!
- Opens Emacs with cursor at EOF.
- Add support for Neovim (Thanks for the PR @jonathandion)!
- By default it now opens a note using $EDITOR.
- If no $EDITOR is set, it uses Vim.
- If Vim is set as the default $EDITOR, it opens Vim in insert mode.
- Fixed stat output on Ubuntu/Linux machines.
- Added more information to
note -i
output. - Added a success echo to install script.
- Add ability to parse multiple command line arguments.
- Add graceful error handling with command line arguments.
- Reformat and beautify code.
- Add
install.sh
script for easy installation. - Enable
-i|--info
argument to print information about a note.- Add function to print a file preview + file stats.
- Update README with EZ Install instructions.
note
now opens Vim in insert mode and puts the cursor at the end of the file for even more rapid note taking!
- Add ability to create and edit a new note.
- Add help/usage guide.
- Add ability to print note.
- Add README.