Just an Ugly To-Do app that I wanted to develop.
Project description
Ugly To-Do
A nice way to create tasks and save notes offline from your terminal!
This tool do just what I wanted it to do, but it's opensource and unlicense, so feel free to create your own version of this.
Install
PIP (recommended)
pip3 install -U utd
Manual
Clone the repo:
git clone https://github.com/Murzchnvok/ugly-todo
Go to the ugly-todo folder and install the requirements:
pip3 install -r requirements.txt
Create bin folder in the $HOME directory (if it doesn't exist):
mkdir $HOME/bin/
Add the bin folder to the $PATH variable!
Now create a symlink to the main.py script:
ln -s $HOME/ugly-todo/src/main.py $HOME/bin/utd
Usage
Help menu:
utd -h
Add a simple task:
utd -a simple task
Add a task with tag(s):
utd -a simple task with @tag
Add a task with tag(s) and priority:
utd -a not important task @tag @whatever -p 3
Add a note:
utd -n Keep Calm and STUDY
You might be interested
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
utd-0.1.3.tar.gz
(6.0 kB
view details)
Built Distribution
utd-0.1.3-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file utd-0.1.3.tar.gz
.
File metadata
- Download URL: utd-0.1.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/3.7.2 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a09508f95038bf710b4e42ae99af9cfc38c45033e2ced9afe700c590a6c23ad |
|
MD5 | 3d8776d11cb96493c5cf059579767c7a |
|
BLAKE2b-256 | 104a7f5d5a8a986a8da5d6ac7cc54c4faf119467ac9fa2dec610f82849991b8a |
File details
Details for the file utd-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: utd-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/3.7.2 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b381e4a38b57b5af66a30b94903213fdf8744cfdb0962e2770d20fab7526e3fe |
|
MD5 | 6e9fe6d1e10b1fb976907e17155d60bb |
|
BLAKE2b-256 | a1ff2f947f3f7fe40480b7a71efaf16a3a36c48e924175fd4ddaf9d93933cc5d |