Skip to content

Commit 3f940a2

Browse files
committed
doc: add image to readme
close justinmk#195 close justinmk#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 justinmk#195 close justinmk#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
1 parent dea8761 commit 3f940a2

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Path navigator designed to work with Vim's built-in mechanisms and
55
[complementary](https://github.com/tpope/vim-eunuch)
66
[plugins](https://github.com/tpope/vim-unimpaired).
77

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

1010
Features
1111
--------
@@ -19,7 +19,6 @@ Features
1919
- _Powerful:_ `:Shdo[!]` generates shell script
2020
- _Reliable:_ Less code, fewer bugs (96% smaller than netrw). Supports Vim 7.2+
2121

22-
![](./dirvish.png)
2322

2423
Concepts
2524
--------

Diff for: demo.gif

158 KB
Loading

Diff for: dirvish.png

-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)