Skip to content

Commit

Permalink
doc: add image to readme
Browse files Browse the repository at this point in the history
close #195
close #90

add screenshot

add gif

add gif in readme

optimize gif

Summary of what this gif shows:
1. Listing the whole directory via - command
2. moving files to a folder via `%` (this makes use of `Shdo` and `%`
3. moving back using relative path `../` instead of `%`
4. renaming using a dot `.`

- the gif was optimized by removing the background, and using default vim.
- size is now optimized from 3mb to 142kb

fix gif screenkeys being cut

- make viewport bigger

add demo

- using higher quality gif
- using neovim, so that when you invoke `Shdo` it stays in the editor
- vim's default behavior is jump to terminal and back to editor, which I find a bit jarring.

use demo.gif

Delete dirvish.gif

remove frames that involve shell

- remove the first and last part of the frame where it shows fish shell

update screenshot with demo.gif

remove dirvish.png

doc: add image to readme

close #195
close #90

add screenshot

add gif

add gif in readme

optimize gif

Summary of what this gif shows:
1. Listing the whole directory via - command
2. moving files to a folder via `%` (this makes use of `Shdo` and `%`
3. moving back using relative path `../` instead of `%`
4. renaming using a dot `.`

- the gif was optimized by removing the background, and using default vim.
- size is now optimized from 3mb to 142kb

fix gif screenkeys being cut

- make viewport bigger

add demo

- using higher quality gif
- using neovim, so that when you invoke `Shdo` it stays in the editor
- vim's default behavior is jump to terminal and back to editor, which I find a bit jarring.

use demo.gif

Delete dirvish.gif

remove frames that involve shell

- remove the first and last part of the frame where it shows fish shell

update screenshot with demo.gif

remove dirvish.png
  • Loading branch information
chiefjester committed Sep 25, 2020
1 parent 9c0dc32 commit db46b7e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Path navigator designed to work with Vim's built-in mechanisms and
[complementary](https://github.com/tpope/vim-eunuch)
[plugins](https://github.com/tpope/vim-unimpaired).

<img src="./dirvish.png" alt="dirvish" width="400"/>
<img src="./demo.gif" alt="dirvish" width="452"/>

Features
--------
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed dirvish.png
Binary file not shown.

0 comments on commit db46b7e

Please sign in to comment.