Skip to content

Commit 8d5d330

Browse files
committed
Merge branch 'feature/atuin' into develop
2 parents 6172799 + c3d3156 commit 8d5d330

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

linux/atuin/atuin-commands.sh

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
######################################################################
22

3+
atuin --help
4+
atuin --version
5+
6+
atuin info
7+
8+
######################################################################
9+
10+
### statistics
11+
atuin stats
12+
13+
### history
14+
atuin search curl
15+
16+
######################################################################
17+
318
### delete all history
419
atuin search --delete-it-all
5-
atuin search --delete-it-all --exclude-exit 0
20+
atuin search --delete-it-all --exclude-exit=0
621

722
### delete history with filter
8-
atuin search --delete --exclude-exit 0 docker
23+
atuin search --delete --exclude-exit=0 docker
24+
atuin search --delete --exclude-exit=0 curl
25+
atuin search --delete hostctl
26+

0 commit comments

Comments
 (0)