note
small program managing notes from commandline
Install
- All systems
-
curl cmd.cat/note.sh
- Debian
-
apt-get install note
- Ubuntu
-
apt-get install note
- Kali Linux
-
apt-get install note
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install note
- Raspbian
-
apt-get install note
- Dockerfile
- dockerfile.run/note
note
small program managing notes from commandline
This is a small console program similar to knotes, which allows you to manage notes from commandline. Note can use different database-backends for notes-storage. It ships with a DBI-based mysql-module (which can also be used by others through a DBI-based supported DBMS) and another module, which uses a binary file for storage and a DBM module.