A simple terminal app that manages your notes.
Project description
Noted
NOTE: This app is under development! Make anny suggestions and commplaints in our GitHub Issues.
A terminal app for managing some notes.
Installation
The installation is as simple as
$ pip install -i https://test.pypi.org/simple/ noted
Usage
The first step is to setup your config profile: the path to the notes repository, the name of the notes file, the editor you want to use and the repo's remote URL. Edit your profile with
$ python3 -m noted.noted --config
This will create a .notedrc file in your home directory with the config parameters to beused by the program.
NOTE: You may create an alias such as alias noted='python3 -m noted.noted' and include it in your .bashrc (or equivalent).
An example of .notedrc is
$ cat .notedrc
filename=todo.md
editor=code
repo_path=/home/user/.notes
origin=git@github.com:username/notes.git
The .notedrc file does not come with an origin field, you must provide it. By providing an origin field, the program initializes the repo_path to a git repo associated with the given origin URL.
After configuring your settings, you may open your notes with
$ python3 -m noted.noted
After editing your notes, you can save them with
$ python3 -m noted.noted --save
This command commits any changes to the repository and, if an origin is set in .notedrc, it pushes the changes to the origin.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file noted_app-0.0.3.tar.gz.
File metadata
- Download URL: noted_app-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006b2778dcfca707ef008a2b6f623bb448ad2d2f439faef98ea7e335114387be
|
|
| MD5 |
8279059299066abe0b046f791357f497
|
|
| BLAKE2b-256 |
99e0f7019a382e112ae168b40d2017e20f63e159c25e8dd7f69a52df82ffcf32
|
File details
Details for the file noted_app-0.0.3-py3-none-any.whl.
File metadata
- Download URL: noted_app-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
772fec097a56fabbc51335f29384c898e12b950df1023da803a72d521de84c6d
|
|
| MD5 |
866f1f6ee039468caf4ac85977298159
|
|
| BLAKE2b-256 |
74f90acb28b0921d864711408e9e6e54fadf23092561011adebd5e48316f1c15
|