Skip to content

Commit 1eb4547

Browse files
committed
added new gif and adde changes
1 parent f6277b9 commit 1eb4547

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ So the goal of this project is to minimize the effort of workspace change with t
1515

1616
### Forget typing `cd ..` & tab autocompletion or adding aliases for directories.
1717

18-
19-
![Alt Text](assets/switch-demo.gif)
20-
21-
## Commands
22-
2318
<p align="center">
24-
<img src="assets/switch-commands.png">
19+
<img src="assets/switch.gif">
2520
</p>
2621

2722
## Install using NPM

assets/switch-demo.gif

-62.3 KB
Binary file not shown.

assets/switch.gif

10.4 MB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "switchd",
3-
"version": "0.0.1",
4-
"description": "A cli tool that helps tp switch between workspaces on the fly 🚀",
3+
"version": "0.0.3",
4+
"description": "A cli tool that helps to switch between workspaces on the fly 🚀",
55
"main": "index.js",
66
"bin": {
77
"switch": "./src/index.js"

0 commit comments

Comments
 (0)