Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duart38/badgesh
terminal usage achievements.
https://github.com/duart38/badgesh
achievements command-line command-line-tool commandline deno fun powershell terminal terminal-game
Last synced: 27 days ago
JSON representation
terminal usage achievements.
- Host: GitHub
- URL: https://github.com/duart38/badgesh
- Owner: duart38
- License: mit
- Created: 2021-03-11T13:32:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T11:25:32.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:02:07.467Z (27 days ago)
- Topics: achievements, command-line, command-line-tool, commandline, deno, fun, powershell, terminal, terminal-game
- Language: TypeScript
- Homepage:
- Size: 5.75 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# BADGESH
terminal achievement thingy.
![alt text](https://img.shields.io/github/license/duart38/BADGESH?color=blue&style=for-the-badge "License")
![alt text](https://img.shields.io/github/v/release/duart38/BADGESH?color=red&style=for-the-badge "Release")## How-to's ❓
### Install option 1 (the lazy method)
To use it as a program that runs in the background grab an executable from the releases section.### Install option 2 (the correct way)
Install it as a global deno script.
***This method allows you to run it with arguments from your terminal anywhere you are. it also has the ability to adapt to multiple terminals***
Check it:
```sh
deno install -f --reload -A --unstable -n BADGESH https://raw.githubusercontent.com/duart38/BADGESH/main/mod.ts
```### Flags 🚩
The output below can be generated using the -h flag
```
___ ___ ___ ___ ___ ___ ___
/\ \ /\ \ /\ \ /\ \ /\ \ /\ \ /\__\
/::\ \ /::\ \ /::\ \ /::\ \ /::\ \ /::\ \ /:/ /
/:/\:\ \ /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/\:\ \ /:/\ \ \ /:/__/
/::\~\:\__\ /::\~\:\ \ /:/ \:\__\ /:/ \:\ \ /::\~\:\ \ _\:\~\ \ \ /::\ \ ___
/:/\:\ \:|__| /:/\:\ \:\__\ /:/__/ \:|__| /:/__/_\:\__\ /:/\:\ \:\__\ /\ \:\ \ \__\ /:/\:\ /\__\
\:\~\:\/:/ / \/__\:\/:/ / \:\ \ /:/ / \:\ /\ \/__/ \:\~\:\ \/__/ \:\ \:\ \/__/ \/__\:\/:/ /
\:\ \::/ / \::/ / \:\ /:/ / \:\ \:\__\ \:\ \:\__\ \:\ \:\__\ \::/ /
\:\/:/ / /:/ / \:\/:/ / \:\/:/ / \:\ \/__/ \:\/:/ / /:/ /
\::/__/ /:/ / \::/__/ \::/ / \:\__\ \::/ / /:/ /
~~ \/__/ ~~ \/__/ \/__/ \/__/ \/__/
--------------------------------------------------------------------------------------------------
| -h prints this screen
| -stats only display stats
```## Support
- [x] MacOS
- [x] Linux
- [ ] Windows (Coming soon)