Coder Social home page Coder Social logo

tasks's Introduction

Tasks

A small C program for keeping track of tasks and todo's. Tasks works similarily to git meaning that you initilise it inside a folder and tasks creates a .task file inside that folder to store the tasks in. This file is then used for all sub folders of the directory tasks was initilised in.

Install

To install tasks compile the program using make then move the binary tasks into your path.

Usage

tasks init

Before you can add any tasks you first have to initialise tasks with the command tasks init. Doing this creates the file .tasks, in which all of your tasks get stored in a simple file format of 1 task per line. Once tasks has been initilised inside a folder any further commands from this folder or any sub folder will effect this .tasks file. tasks determins which .tasks file to edit but climbing up the current working directorys path until it encounters a .tasks file. This means that you can have sub .tasks files.

tasks add <arg>

Add a task to tasks, eg:

tasks add "Clean up these files and implement that new feature"

tasks list

List all tasks currently added.

tasks count

Gives a count of the number of tasks in the current file.

tasks rm <arg>

Remove a completed task where arg is the number of the task as seen from tasks list

tasks's People

Contributors

decad avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.