https://github.com/iwillig/shortcut-cli-old
https://github.com/iwillig/shortcut-cli-old
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iwillig/shortcut-cli-old
- Owner: iwillig
- Created: 2025-06-10T03:08:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T13:16:48.000Z (about 1 year ago)
- Last Synced: 2025-10-09T04:25:04.138Z (10 months ago)
- Language: Python
- Size: 77.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SC
A Shortcut command line tool. Inspired by the github command line
tool.
## Installation
```bash
pip install -e .
```
## Usage
```bash
sc greet World
sc greet World --greeting Hi
```