Skip to main content

A python program to collect all your TODO(s)

Project description

GETODO

A python program to collect all your TODO(s)

getodo is a python program that collects all your TODO(s) from a folder/file and list them for you as a file or in the terminal screen. getodo makes it easy to keep track of your TODO(s)

Installation

  • You can install getodo via pip
pip install getodo
  • You can also check out the releases page to download the latest version of getodo. Note that it downloads the source code of getodo and you might need to check out this guide to run the source code.

  • You can also clone this repository.Cloning the repository can give you access to unreleased versions and might not be stable. Check out this guide to run getodo if you have cloned it.

git clone https://github.com/vyshnav-vinod/getodo.git

Running from the source code

If you have either downloaded from the releases or cloned this repository, you might need to setup a few different things.

  • Go into the getodo folder

  • It is recommended to create a virtual environment before installing the packages.

python3 -m venv venv
  • Install the required packages from requirements.txt

[!NOTE] Use can you either poetry or pip to install the required packages.

pip install -r requirements.txt
  • Run getodo using python python cli.py input_path

Usage

python cli.py input_path [options]

Replace input_path with the path to the folder/file you want to parse. You can just type . to parse the current directory for TODO(s)

Options

-h, --help : Display the help command

-c, --config : Create a custom config file for getodo. More Info

--override_config : Run getodo with the default configs

-o, --output : Write to the file provided here. If no file is specified, the program will write to todo.txt

-t, --term : Display the TODO's in the terminal with colors

--add_filetypes : If you have a filetype that is not currently supported by getodo you can use this to specify the filetype and the comment syntax and getodo will parse the TODO's

-i, --ignore : Ignore parsing the directories/files provided as arguments to this option

Config

when running getodo, it will first look for a getodo_config.toml file in the root of the directory meant to be parsed. If found, getodo will use the options inside the getodo_config.toml file. It includes the path to the output file , the folders and files meant to be ignored by getodo and also if any custom filetype is to be parsed as well.

python3 getodo.py . -c

This will start a interactive interface to create the getodo_config.toml file and store it in the , in this case, the current directory. Then next time whenever you run getodo in that directory, you need not specify any options as .getodo_config.toml file will already have them. You can create different config files for different projects, making it easy to just type getodo.py . and get your TODO(s).

If there comes a circumstance where you need to ignore some other directories/files or add new filetypes you can use the --override_config flag along with the other flags. This will not load the configs from .getodo_config.toml and only use the arguments passed.

Contributing

All contributions are welcome. You can submit a issue/bug or request for a feature or ask for help in the issues tab.

If you like to add a new feature or fix a bug, please checkout CONTRIBUTING guidelines.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getodo-1.0.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

getodo-1.0.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page