Skip to content

Commit

Permalink
Prep release (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonMFong authored Nov 2, 2024
1 parent 25dacea commit eb601cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gototool"
version = "0.1.0"
version = "0.2.0"
edition = "2021"

[dependencies]
Expand Down
Binary file added docs/goto-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# goto

![goto-ex](docs/goto-screenshot.png)

Simple tool to help you quickly navigate through your file system using terminal

![goto-demo](docs/goto-demo.gif)

## Support
### Operating Systems
- macOS
- Linux
### Shells
- zshell
- bash

## Installation
1. Download latest [archive](https://github.com/brandonmfong/goto/releases/)
2. Run the `install` script
Expand Down
7 changes: 4 additions & 3 deletions todo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
```
x.x
[] powershell support?
[] research csh
Expand All @@ -7,8 +8,8 @@ x.x
0.2
[x] auto completion for zsh
- https://www.olets.dev/posts/writing-tab-completions-for-zsh-commands-can-be-straightforward/
[] make a video demo
[] document zsh and bash support
[x] make a video demo
[x] document zsh and bash support
0.1
[x] ability to goto the previous directory
Expand All @@ -19,4 +20,4 @@ x.x
[x] release packaging
[x] include our lib
[x] make packaging say platform

```

0 comments on commit eb601cd

Please sign in to comment.