-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32f0586
commit 391e063
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# goto | ||
|
||
![goto-ex](docs/goto-screenshot.png) | ||
|
||
Simple tool to help you quickly navigate through your file system using terminal | ||
|
||
## Installation | ||
1. Download latest [archive](https://github.com/brandonmfong/goto/releases/) | ||
2. Run the `install` script | ||
|
||
## Features | ||
- `cd`s you to a directory you nicknamed with a key | ||
- Autocomplete | ||
|
||
## Get started | ||
## Development | ||
- Install rust | ||
- `make` | ||
- `make install` | ||
- `source ~/.gotoutils/gotoutils.sh` | ||
|
||
## How to use | ||
### Adding a key and path pair | ||
`goto-add <key> <relative or full path> | ||
|