- Download the release by going to the Github Release page for your platform and version:
https://github.com/Jackson-Wozniak/DevNote/releases
- Extract the contents of the ZIP file into a folder on your machine:
- Windows:
C:\Users\user\DevNote - Linux/macOS:
~/DevNote
- Windows:
- Add DevNote to your Path. This allows you to run DevNote command from anywhere
- Windows:
- Open
Edit the system environment variablesfrom Start - Click
Environment Variables... - In User Variables, click
Path -> Edit -> Newand enter the release folder path
- Open
- Linux/macOS:
- Add the folder to your PATH in your shell configuration (~/.bashrc or ~.zshrc):
export PATH="$HOME/DevNote:$PATH"
- Add the folder to your PATH in your shell configuration (~/.bashrc or ~.zshrc):
- Windows:
- Run
DevNote -vand you should see the version of your installed release
The following features are possibilities for future updates:
- SQLite-based database (replacing JSON data files)
- Identifiers for each entry
- Enhanced list options
- search by tag, id, date, date range
- list x number of entries, sorted by most-recent date
- Delete by id
- Delete tags
- Configuration options
- default list command return count
- JSON vs. SQLite
- export data files to markdown
- v1.0.0 [11/11/2025] - Initial release
- v1.0.1 [11/11/2025] - Fixed file path bug causing crashes