Skip to content

Commit

Permalink
Add demo to README
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed Aug 29, 2021
1 parent fb04063 commit 3e3d6d3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# [sysz](https://github.com/joehillen/sysz)

VERSON: `1.0.0`

An interactive fuzzy matching TUI for systemctl using [fzf](https://github.com/junegunn/fzf) written entirely in Bash.

# Demo

[![asciicast](https://asciinema.org/a/BLsJz73uF7DdQj7FVGqLPhqCa.svg)](https://asciinema.org/a/BLsJz73uF7DdQj7FVGqLPhqCa)

# Features

VERSION: 1.0.0

- See and filter both system and user units simultaneously
- Supports all units types
- Units ordered by service, timer, socket, and the rest
Expand Down Expand Up @@ -98,14 +102,9 @@ chmod +x ~/.bin/sysz
```sh
git clone https://github.com/joehillen/sysz.git
cd sysz
sudo make install
sudo make install # /usr/local/bin/sysz
```

# Demo

TODO
[![asciicast](https://asciinema.org/a/390806.svg)](https://asciinema.org/a/390806)

# Acknowledgements

Inspired by [fuzzy-sys](https://github.com/NullSense/fuzzy-sys) by [NullSense](https://github.com/NullSense/)
15 changes: 7 additions & 8 deletions README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ T='`'
cat <<EOF >README.md
# [sysz](https://github.com/joehillen/sysz)
VERSON: ${T}1.0.0${T}
An interactive fuzzy matching TUI for systemctl using [fzf](https://github.com/junegunn/fzf) written entirely in Bash.
# Demo
[![asciicast](https://asciinema.org/a/BLsJz73uF7DdQj7FVGqLPhqCa.svg)](https://asciinema.org/a/BLsJz73uF7DdQj7FVGqLPhqCa)
# Features
VERSION: $(cat VERSION)
- See and filter both system and user units simultaneously
- Supports all units types
- Units ordered by service, timer, socket, and the rest
Expand Down Expand Up @@ -53,14 +57,9 @@ ${BLOCK}
${BLOCK}sh
git clone https://github.com/joehillen/sysz.git
cd sysz
sudo make install
sudo make install # /usr/local/bin/sysz
${BLOCK}
# Demo
TODO
[![asciicast](https://asciinema.org/a/390806.svg)](https://asciinema.org/a/390806)
# Acknowledgements
Inspired by [fuzzy-sys](https://github.com/NullSense/fuzzy-sys) by [NullSense](https://github.com/NullSense/)
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit 3e3d6d3

Please sign in to comment.