Fyu is a lightweight command-line utility for managing tasks and notes without leaving the terminal workflow.
- Task CRUD & Tracking.
- Task Detail Viewers.
- Data Import/Export.
- Task Search & Notes Management.
- And more features.
Please read .docs/disclaimer.md before using this tool.
Use this software at your own risk.
The author is not responsible for any damage, data loss, or issues that may result from its use.
Quick install:
git clone https://github.com/Zeronetsec/Fyu
cd Fyu
chmod +x install.sh
./install.shFor more detailed installation and uninstallation instructions, see .docs/install_and_uninstall.md.
fyu --create new_task
fyu --rename new_task test
fyu --export tasks.zip
fyu --import tasks.zip
fyu --listAnd more commands.
This project is licensed under the MIT License.