No project description provided
Project description
Pylister
Pylister is a tool that you can use to manage your projects through the terminal.
It is pretty simple to use. You add projects to Pylister (no directories needed, only a name is enough), you can also add descriptions to these projects, and the main objective of Pylister is to store and manage the tasks that you create for these projects.
Installation
Note: Python is required for installation
pip install pylister
Usage
Notes:
- You can use either
pylister
orpyl
- <Option> is required, [Option] is optional
- For options that need more than one word, use quotation marks:
--desc This is a description
(Wrong)
--desc "This is a description"
(Right)
To see what commands you can use:
pylister
If you want help for a specific command:
pylister [COMMAND] --help
Example:
pyl addp --help
1 - Projects
1.1 Listing Projects
pylister list
1.2 Viewing Project info
(Can be used to show tasks and their IDs for a specific project)
pylister show <Project Name>
Example:
pyl show pylister
1.3 Adding Projects
pylister addproject <Project Name> [--desc Description]
Example:
pyl addp pylister --desc "This is a description"
1.4 Removing Projects
pyproject rmproject <Project Name>
Example:
pyl rmp pylister
1.5 Modifying Projects
pylister set <Project Name> <name|description> <new>
Examples:
(For description)
pyl set pylister description "This is a new description"
(For name)
pyl set pylister name "New Name"
2 - Tasks
2.1 Adding Tasks
pylister addtask <Project Name> <Task>
Example:
pyl addt pylister "Improve the readme"
2.2 Removing Tasks
pylister rmtask <Project Name> <Task ID>
Example:
pyl rmt pylister 1
Project details
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
File details
Details for the file pylister-1.0.3.tar.gz
.
File metadata
- Download URL: pylister-1.0.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df081830a5105fe2288778ff512b951861c7b87a8981d196328d9a7fea363fa1 |
|
MD5 | ddf86311983421983b08e4cbbc3dacbb |
|
BLAKE2b-256 | da4b90e95b8ea17ac6b64e6bcbe63812c0d7072ac23d0037c43cb0751af99fb4 |
File details
Details for the file pylister-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: pylister-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6275d922d49297c19397ea47097a20e887d4f8e079e0b253a3ee9cecdc30fcf2 |
|
MD5 | 395a8d5c4cf3f109324418b1f671e440 |
|
BLAKE2b-256 | 206349b9c9fb633529c96d2254c8eca0a68df1e9b845cc2182ac8fd332d627b1 |