Code Monkey home page Code Monkey logo

todo-cli's Introduction

โœจ Simple TODO CLI โœจ

Manage your tasks with ease using this minimalist TODO CLI tool written in Bash. Keep your tasks organized effortlessly without any external dependencies. ๐Ÿ“

Features

  • Simple and Lightweight: With just around 30 lines of Bash, this tool provides a basic yet functional CLI interface for managing your tasks.
  • No External Dependencies: You don't need to install any additional packages or dependencies to use this tool. It relies solely on Bash built-ins.
  • Organized Task Storage: Tasks are stored in files named after their creation date (e.g., 03-02-2024). This ensures easy organization and retrieval of tasks, allowing you to keep track of your progress over time.
  • Customizable Behavior: The tool's behavior can be easily customized to suit your preferences or workflow. Whether you want to add new features or tweak existing ones, the codebase is open and accessible for modifications.

asciicast

Usage

  1. Add a Task:

    todo add "Your task description"
    
  2. Remove a Task:

    todo rm <task_number>
    
  3. Mark a Task as Done:

    todo do <task_number>
    
  4. List Tasks:

    todo ls
    

Getting Started

  1. Clone the Repository:

    git clone https://github.com/sinanejadebrahim/todo-cli.git
    
  2. Navigate to the Repository:

    cd todo-cli
    
  3. Make the Script Executable and move it to bin:

    # by default task files are saved in /var/log/todo - you can change it in the script
    chmod +x todo.sh
    mkdir /var/log/todo
    cp todo.sh /usr/bin/todo
    
    
  4. Start Managing Your Tasks:

    todo add test cicd setup
    

Contributing

i'm trying to keep this as simple as possible - Contributions are welcome! If you have any ideas for improving this tool or want to add new features, feel free to fork your own or submit a pull request. ๐Ÿš€

License

This project is licensed under the Apache License 2.0. ๐Ÿ“„

todo-cli's People

Contributors

sinanejadebrahim avatar

Watchers

 avatar

Forkers

iman67

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.