All Projects → abhijithvijayan → Stargazed

abhijithvijayan / Stargazed

Licence: mit
📋 Creating your own Awesome List of GitHub stars!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stargazed

Create Dmg
Create a good-looking DMG for your macOS app in seconds
Stars: ✭ 3,494 (+930.68%)
Mutual labels:  cli-app, cli, app
Ahoy
Create self-documenting cli programs from YAML files. Easily wrap bash, grunt, npm, docker, (anything) to standardize your processes and make the lives of the people working on your project better.
Stars: ✭ 201 (-40.71%)
Mutual labels:  cli-app, cli
Tty
Toolkit for developing sleek command line apps.
Stars: ✭ 2,329 (+587.02%)
Mutual labels:  cli-app, cli
Cat Names
🐈 Get popular cat names
Stars: ✭ 226 (-33.33%)
Mutual labels:  cli-app, cli
Ohshitgit
⁉️Oh shit! A cli tool to help you unfuck your git mistakes
Stars: ✭ 135 (-60.18%)
Mutual labels:  cli-app, cli
Git Tidy
Tidy up stale git branches.
Stars: ✭ 137 (-59.59%)
Mutual labels:  cli-app, cli
Tldr
Golang command line client for tldr https://github.com/tldr-pages/tldr
Stars: ✭ 210 (-38.05%)
Mutual labels:  cli-app, cli
Jsonfui
jsonfui is an interactive command-line JSON viewer.
Stars: ✭ 125 (-63.13%)
Mutual labels:  cli-app, cli
Argparse
Argparse for golang. Just because `flag` sucks
Stars: ✭ 294 (-13.27%)
Mutual labels:  cli-app, cli
Cli
✨ A powerful CLI for the Create Go App project. Create a new production-ready project with backend, frontend and deploy automation by running one CLI command!
Stars: ✭ 292 (-13.86%)
Mutual labels:  cli-app, cli
Kosko
Organize Kubernetes manifests in JavaScript.
Stars: ✭ 133 (-60.77%)
Mutual labels:  cli-app, cli
Gkill
Interactice process killer for Linux and macOS
Stars: ✭ 297 (-12.39%)
Mutual labels:  cli-app, cli
Natrium
A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
Stars: ✭ 131 (-61.36%)
Mutual labels:  cli-app, cli
Gcli
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Stars: ✭ 188 (-44.54%)
Mutual labels:  cli-app, cli
Bbrun
Run Bitbucket Pipelines locally
Stars: ✭ 127 (-62.54%)
Mutual labels:  cli-app, cli
Sclack
The best CLI client for Slack, because everything is terrible!
Stars: ✭ 2,363 (+597.05%)
Mutual labels:  cli-app, cli
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-71.09%)
Mutual labels:  cli-app, cli
Rust Cli Boilerplate
Rust project boilerplate for CLI applications
Stars: ✭ 108 (-68.14%)
Mutual labels:  cli-app, cli
3llo
3llo - Trello interactive CLI aplication
Stars: ✭ 245 (-27.73%)
Mutual labels:  cli-app, cli
Define
A command-line dictionary (thesaurus) app, with access to multiple sources, written in Go.
Stars: ✭ 298 (-12.09%)
Mutual labels:  cli, app

stargazed

Creating your own Awesome List of GitHub Stars!

https://github.com/abhijithvijayan/awesome-stars

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❤️ it? ⭐️ it on GitHub or Tweet about it.

Table of Contents

Installation

Ensure you have Node.js 10 or later installed. Then run the following:

npx stargazed [options]

Usage

$ stargazed --help

  Creating your own Awesome List of GitHub Stars!

  Options
    -u, --username TEXT    GitHub username
    -t, --token TEXT       GitHub token
    -s, --sort             sort by language
    -r, --repository TEXT  repository name
    -m, --message TEXT     commit message
    -w, --workflow         Setup GitHub Actions for Daily AutoUpdate
    -v, --version          Show the version and exit with code 0

  Examples
    $ stargazed --username abhijithvijayan --token "GITHUB-TOKEN" --repository "awesome-stars"  --sort --workflow
    $ stargazed -u "abhijithvijayan" -r "awesome-stars" -t "GITHUB-TOKEN" -m "COMMIT_MESSAGE" -s

Demo

FAQs

Generate new token

Goto Personal access tokens

Why do I need a token

  • For unauthenticated requests, the rate limit is 60 requests per hour. see Rate Limiting
  • The token must be passed together when you want to automatically create the repository.

How can I automate the process after initial run

Use -w, --workflow flag to set up GitHub workflow that updates the repo at 00:30 everyday
stargazed -u "abhijithvijayan" -r "awesome-stars" -t "GITHUB-TOKEN" -s -w

Issues

Looking to contribute? Look for the Good First Issue label.

See contribution guidelines

🐛 Bugs

Please file an issue here for bugs, missing documentation, or unexpected behavior.

See Bugs

Linting Config

License

MIT © Abhijith Vijayan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].