Terminal note-taking application
Project description
Installation
- Windows
- Linux (varies per distro)
- Install Python3
sudo apt install python3
- Install pip for Python3
- install nestingnote
python3 -m pip install nestingnote
- create alias (for convenience)
echo "alias nestingnote='python3 -m nestingnote'" >> ~/.bash_aliases source ~/.bash_aliasees
- Install Python3
Execution
python3 -m nestingnote \path\to\my\notes
Controls
Most controls are intuitive, e.g., all printable keys insert that character, arrow keys, home, end, page up, and page down all move the cursor appropriately. However, there are a few special controls introduced by nestingnote:
- Tab: at the beginning of a line will indent the line, starting an inner nested list. Within the line, tab will split the line into fields similar to columns in a matrix.
- Ctrl+k: toggles whether the current item in the nested list is collapsed, meaning that all items nested beneath it are hidden.
- Ctrl+w: save the edits
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nestingnote-0.0.11.tar.gz
(19.5 kB
view hashes)
Built Distribution
Close
Hashes for nestingnote-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 666b647a4bed9f195f31563fe0f1772fa6e258b165a73d0a6bc6fd91bb60523e |
|
MD5 | 2c3de3f33dd8adaba7757b5af012e9dc |
|
BLAKE2b-256 | 680648662254b3e9419a4cd05cffc3ca373ea2213f09e02d1a18bd5645fe378a |