Skip to content

Commit

Permalink
Add introduction video
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Jan 6, 2020
1 parent 4cff7f0 commit 1e5a675
Show file tree
Hide file tree
Showing 4 changed files with 1,075 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
paths-ignore:
- "**.md"
- "docs/"
pull_request:
paths-ignore:
- "**.md"
- "docs/"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Scotty
Scotty uses full text search techniques to rapidly go to directories in your shell that you have visited previously. It is implemented in rust, because I wanted to learn the language, but also to minize any latency so that your shell remains snappy.

TODO: insert a demo gif
[![asciicast](https://asciinema.org/a/BmxfCm6RNf4iCX1hhuzYKZPzf.svg)](https://asciinema.org/a/BmxfCm6RNf4iCX1hhuzYKZPzf)

## Installation
`scotty` can be installed in a few different ways. More will be added in the future if it gains any traction.
Expand Down
Loading

0 comments on commit 1e5a675

Please sign in to comment.