https://github.com/satyendrabanjare/teddy
https://github.com/satyendrabanjare/teddy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satyendrabanjare/teddy
- Owner: SatyendraBanjare
- Created: 2021-01-11T17:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T15:25:38.000Z (about 4 years ago)
- Last Synced: 2024-12-30T20:15:38.970Z (5 months ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teddy
Small cli to manage projects & notes.
```
Usage: teddy [OPTIONS] COMMAND [ARGS]...Options:
--help Show this message and exit.Commands:
create Create docker container for the given project name
initrepos initialize with the WIP repos in PROJECTS.md
list_containers list docker containers
publish publish to index.md of notes repo
sync sync the notes repo
todo count To-Do items in README.md of WIP projects
```# config
- edit `PROJECTS.md` with the repository names under `WIP`, `Hold` & `Backlog`.
- edit `notes_repo_path` in teddy.py to change the `notes` repository location.
- edit `projects_path` in teddy.py to change the directory location where all projects will be stored.
- edit `git_ssh_prefix` according to your github username & preference.# installation
Easily install using `pip install -e /path/to/teddy` to use teddy from anywhere.