Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjundandagi/adcli
cli for my social links
https://github.com/arjundandagi/adcli
Last synced: about 2 months ago
JSON representation
cli for my social links
- Host: GitHub
- URL: https://github.com/arjundandagi/adcli
- Owner: ArjunDandagi
- License: mit
- Created: 2023-02-26T22:50:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T00:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T06:22:49.445Z (7 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adcli
A self promoted binary in go to print or open my social links
in your default browser# How to run
### from source:
1. clone the repo
```commandline
git clone github.com:arjundandagi/adcli
```
2. install dependencies
```commandline
go get
```3. run the code
```commandline
go run main.go # will print how to use the command
```### brew
I have my personal brew :smile:
```commandline
brew tap arjundandagi/brew
brew install adcli
```