Skip to content

Commit

Permalink
Update showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
toberge committed Apr 25, 2021
1 parent d4be183 commit 40f1182
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Minimal shell written in C as a hobby project.
+ [x] History (as builtin)
+ [x] Comments
+ [x] Script files (including stdin)
+ [ ] Variables
+ [x] Variables
+ [ ] Some keybinds (requires raw mode + rework of input code)

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion res/demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions res/sxhdrc → res/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@
sleep 0.1 && xdotool type --delay 40 "history"

7
sleep 0.1 && xdotool type --delay 40 'let msg "Hello world"'

8
sleep 0.1 && xdotool type --delay 40 'echo "$msg, I am a shell"'

9
sleep 0.1 && xdotool type --delay 40 "exit"

0 comments on commit 40f1182

Please sign in to comment.