https://github.com/suptejas/shortkut-docs
📔 Documentation for Shortkut.
https://github.com/suptejas/shortkut-docs
Last synced: 22 days ago
JSON representation
📔 Documentation for Shortkut.
- Host: GitHub
- URL: https://github.com/suptejas/shortkut-docs
- Owner: suptejas
- Created: 2022-01-24T06:28:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T06:30:03.000Z (about 3 years ago)
- Last Synced: 2024-12-03T06:42:59.561Z (3 months ago)
- Language: Stylus
- Size: 1.61 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - suptejas/shortkut-docs - 📔 Documentation for Shortkut. (Stylus)
README
---
home: true
heroImage: /logo.png
heroText: null
tagline: The easiest way to 10x your command line productivity.
actionText: Install Shortkut →
actionLink: ./install/
features:
- title: Compatibility First
details: Works on the most common shells on the most common operating systems. Use it everywhere!
- title: Rust-Powered
details: Brings the best-in-class speed and safety of Rust, to make your shortkut packs as quick and reliable as possible.
- title: Open Source
details: Shortkut is available on GitHub and contributing a pack is as simple as making a PR!
footer: Apache-2.0 Licensed | Copyright © 2021-present XtremeDevX# Used for the description meta tag, for SEO
metaTitle: "Shortkut | 10x Your Command-line Productivity"
description: The easiest way to 10x your command line productivity. Quick installation available for Windows, MacOSX and Linux.
---
![]()
### Install
Install the `shortkut` binary:
#### Install Latest Version
On Windows:
```
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned -force
iwr -useb get.shortkut.sh | iex
```On MacOSX or Linux:
```bash
bash -c "$(sudo curl -fsSL https://shortkut.sh/install.sh)"
```To update the Shortkut itself, rerun the above script. It will replace the current version without touching Shortkut's configuration files.