Frazzer's Task Manager is a CLI application for managing Tasks.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
fTask is used to help keep track of all of your tasks and todos. Tasks have three properties, name, description and priority. The lower the priority number, the higher the priority of the task.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Optional - Cargo
- https://rustup.rs/
- This makes the installation process much easier, but is optional
- Install the cargo crate directly from GitHub
To install a specific release version use
cargo install --git https://github.com/Frazzer951/ftask.git
--tag <VERSION TAG>
- Download the binary from the latest release for your platform from the release page
- Place the binary into a folder seen by your OSes PATH variable, so it can be called from anywhere
Basic usage can be seen by looking at the help information for each command
ftask -h
To add a simple project use
ftask new -n "Help Orphans" -d "Goto the orphanage and help the children" -p 0
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes
using Conventional Commits (
git commit -m 'feat: Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the develop branch
Distributed under the MIT License. See LICENSE.txt
for more information.
Your Name - [email protected]
Project Link: https://github.com/frazzer951/ftask