Metadata-Version: 2.1
Name: chalkit
Version: 1.1.0
Summary: CLI tool to write and save new ideas by just opening your terminal!
Author: Anurag-gg
Author-email: dsanurag520@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: typer[all] (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown

# chalkit
Chalkit is a CLI tool to save ideas/todos by just opening your terminal.
The git repository is automatically committed and pushed.

Lets you quickly type your ideas/todos using the terminal and continue on with your work.

![Demo](https://github.com/Anurag-gg/chalkit/blob/main/assets/demo.gif)

# Initital setup
Requires a directory containing git repository with a README.md file in it.
When you run chalkit for the first time, it asks for the absolute path for this directory.

The configuration files are stored as determined by user_config_dir mentioned by [appdirs](https://pypi.org/project/appdirs/)

# How to install
``` 
$ pip install chalkit
```

# Commands
```
 $ eureka    First time setup, edit ur ideas
```

## Flags
```
$ --view      View your ideas in read-only mode
$ --reset     Reset your configurations
```
# Improvements
Feel free to raise issues, ask for features. Leave a star if helpful.
