Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmaksimchuk/control
Control what to do with github projects
https://github.com/andrewmaksimchuk/control
bash github-api javascript nodejs projects
Last synced: 22 days ago
JSON representation
Control what to do with github projects
- Host: GitHub
- URL: https://github.com/andrewmaksimchuk/control
- Owner: AndrewMaksimchuk
- Created: 2023-07-18T19:54:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T14:57:14.000Z (29 days ago)
- Last Synced: 2024-10-19T21:36:33.593Z (27 days ago)
- Topics: bash, github-api, javascript, nodejs, projects
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.bash
Awesome Lists containing this project
README
Control github projects
show open issues and track current jobSupport bash, zsh complition
#### Commands
without - show dashboard for today
`update` - show dashboard(fetch new data)
`in-work` - get current project and issue in work
`to-work` - set current project and issue in work
`done` - set current project and issue is done
`todo` - save or edit ideas for projects
`history` - show available hisroty of jobs
`do-work` - open editor with project of current issues
`local` - show git status of local projects#### Files
`dashboard.txt` - all repositories with open issues
`current_job.txt` - repository and issues working on
`.history` - all jobs#### Editor
In command `do-work`, first editor is `vscode`
and if no find, then use `vi`#### Require
- node.js
#### Install
Run command `sudo ./install.bash` in terminal
from this folder