Terminal based note app for terminal users.
You can download it from Releases or this repo.
Warning: If you use v2.0 or v2.1,
linuxsetup.sh
file is not working.
You can download latest version from Releases.
You can run with this command: python terminote.py <option>
You can copy this folder to folder where you working. And you run.(If you don't know how to run this. Please read the How to run?)
Create notes in the folder you are in with the create
command and use these notes while working in the terminal.
Now, you can add tags your notes in create
command and you can edit author with edit
command.
Now, you can add author your notes in create
command and you can edit author with edit
command.
Secure your work in the terminal by viewing the notes you created with the show
command. Remember and do not make mistakes.
Did you misspell or write something in your note? Or do you want to change or edit something? You can edit it however you want
with the edit
command! Even by looking at the old text.
Now you can change the name of your note as you wish with the rename
command.
You can search your notes with the search
command.
List your notes with list
command.
You can import your files or notes with import
command.
You can export your notes with export
command.
You can delete old and unnecessary notes with the delete
or remove
command.
You can change file format with settings
command or you can directly edit config.ini
.(.*)
You can change default encoding(ex: UTF-8) with settings
command or you can directly edit config.ini
.
You can change default background with settings
command or you can directly edit config.ini
.
You can change default warning background with settings
command or you can directly edit config.ini
.
You can change default success background with settings
command or you can directly edit config.ini
.
Now, if config file is doesn't exists or find, TermiNote is create config file and set default settings.
- sys
- os
- shutil
- colorama
- configparser
This project is using "GNU GENERAL PUBLIC LICENSE"!