Skip to content

Commit 515827a

Browse files
committed
docs: add main.gif
1 parent 6601c53 commit 515827a

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.github/assets/main.gif

253 KB
Loading

.github/assets/main.tape

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Output main.gif
2+
3+
Set Width 1350
4+
Set Height 700
5+
6+
Type "workset"
7+
Enter
8+
Sleep 5s
9+
10+
Type@300ms "goldboot"
11+
Sleep 4s
12+
Backspace 8
13+
Sleep 2s

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111

1212
**workset** is yet another tool for managing your local git repos.
1313

14-
| Glossary | |
14+
| | |
1515
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1616
| **Workspace** | Local directory where you clone Git repositories. Initialized with `workset init`. |
1717
| **Library** | Local directory (default: `~/.workset`) where **workset** keeps your repos when they're not in your workspace. |
1818
| **Working Set** | Set of repos in your workspace at any given time. |
1919
| **Drop** | Move a repo from your workspace to the library. The repo disappears from your workspace, but remains in the library. Only "clean" repos without uncommitted changes can be dropped. |
2020
| **Restore** | Bringing a repos from the library back into your workspace. |
2121

22+
![](./.github/assets/main.gif)
23+
2224
## Quickstart
2325

2426
All `workset` commands run in reference to the current directory.
@@ -75,7 +77,8 @@ Don't let Github be the only place you store your repos!
7577

7678
**Workset** makes it easy to keep local copies of all of your repos without
7779
having to sift through them to find the ones you're currently working on.
78-
Mirroring repos to other hosting providers is also supported.
80+
Mirroring repos to other hosting providers will be supported in a future
81+
release.
7982

8083
## Installation
8184

0 commit comments

Comments
 (0)