Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikdotdev/gh-note
An opinionated way of working with gists for note-taking.
https://github.com/vikdotdev/gh-note
gh-extension ruby
Last synced: about 2 months ago
JSON representation
An opinionated way of working with gists for note-taking.
- Host: GitHub
- URL: https://github.com/vikdotdev/gh-note
- Owner: vikdotdev
- Created: 2022-04-22T12:20:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T12:26:08.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:44:01.697Z (5 months ago)
- Topics: gh-extension, ruby
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-note
An opinionated way of working with gists for note-taking.## Installation
Requires Ruby and Bundler to be installed. Bundler comes by default starting from ruby 2.6.
```
gh extension install https://github.com/vikdotdev/gh-note
```## Things to do
- Make folder for keeping local copies configurable.
- Add `delete` command.
- Add `status` command.
- Add `--verbose` option to some commands.
- Add `--all` option to `push`, `edit` and `view` commands. Paginate results.
- Add automatic less paging support for `view` command.
- Colorize `view` command file contents.
- Clean up `main.rb` require code.## Notes
This might be useful to fetch token from `gh`:
```
gh config get -h github.com oauth_token
```