#notes #markdown #command-line #cli

app notabena

A note-taking app for the command line. GUI support will be added (see README).

3 unstable releases

0.2.0 Feb 28, 2024
0.1.1 Feb 27, 2024
0.1.0 Dec 9, 2023
0.1.0-preview Jun 28, 2023

#113 in GUI

27 downloads per month

Custom license

130KB
429 lines

Banner

CI checks crates.io

About

Notabena is a free and open source note-taking app, written in pure Rust. Join our Discord here!

Features

These are our current planned features. (Most features under CLI are also featured in the GUI when it's released, for the two are planned to be fully compatible)

  • CLI
    • Make notes
    • Edit notes
    • Delete notes
      • Delete multiple notes at once
    • Local SQL database
    • Encrypted notes
    • Simple Markdown support
    • Compatibility with the GUI
  • GUI
    • Custom themes
    • Private vault: only accessible with PIN
    • Folders

Help us!

You can help us in different ways.
๐Ÿ› ใƒป Be a Bughunter: Search for bugs and file an issue if the output isn't as expected or if the program crashes.
๐Ÿ–ฅ๏ธ ใƒป Suggest features: File an issue (use the Suggest features issue template) and the devs will look into it.
๐Ÿงน ใƒป Fix issues: Are you a Rust developer and interested in the project: try to fix the issues and open a pull request! (Especially the ones tagged with good first issue)

Contributing guidelines for these three roles coming soon!

Installation

To install Notabena on Windows, simply run the file!

When running Notabena on Linux or macOS, you might encounter an error like this when running the file:
bash: /home/Your-Username/Downloads/Your-Notabena-Installation: Permission denied
To fix this issue, **run the following command in your terminal:**
Linux: chmod u+x /home/Your-Username/Downloads/Your-Notabena-Installation (filling in the blanks)
MacOS: chmod u+x /Users/Your-Username/Downloads/Your-Notabena-Installation (filling in the blanks)
The program should now run smoothly!

These are currently the only known errors during the installation of Notabena. If these solutions don't work or another error occurs, please open an issue so this section can be updated!

Dependencies

~31โ€“46MB
~727K SLoC