Skip to content

A command line application for keeping track of your tasks and todos

License

Notifications You must be signed in to change notification settings

Frazzer951/fTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


fTask

Frazzer's Task Manager is a CLI application for managing Tasks.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

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.

Prerequisites

  • Optional - Cargo

Installation

Option 1 - Easier Method

  1. Install the cargo crate directly from GitHub
    cargo install --git https://github.com/Frazzer951/ftask.git
    To install a specific release version use --tag <VERSION TAG>

Option 2 - Manual Install

  1. Download the binary from the latest release for your platform from the release page
  2. Place the binary into a folder seen by your OSes PATH variable, so it can be called from anywhere

(back to top)

Usage

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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes using Conventional Commits (git commit -m 'feat: Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request to the develop branch

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - luke343279@gmail.com

Project Link: https://github.com/frazzer951/ftask

(back to top)

About

A command line application for keeping track of your tasks and todos

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages