Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

lissy93/climb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climb 🧗

CLI tool that makes your local scripts and binaries able to be called from anywhere in your terminal.

Example Usage

./path/to/script
> Hello

climb create example path/to/script

example
> Hello

Usage

Usage: climb <command> <alias> [script-path]

Commands:
  create <alias> <script-path>  Create a new alias for a script
  update <alias> <script-path>  Update an existing alias
  delete <alias>                Delete an existing alias
  help                          Show this help message

Options:
  --dry-run                     Preview changes without modifying files

Documentation

See docs here

Installation

To install this cli, you will first need the go package if you haven't already. You can find instructions to install it here.

run:

chmod +x ./scripts/install.sh
./scripts/install.sh

Development

Build

make build
go build -o ./bin/climb

run

./bin/climb create myAlias ./path/to/myScript

or

go run main.go create myAlias ./path/to/myScript

About

🧗 CLI tool that makes your local scripts and binaries able to be called from anywhere in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 89.7%
  • Shell 10.0%
  • Makefile 0.3%