Skip to content

Commit

Permalink
docs: add demo.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
WIttyJudge committed Dec 13, 2024
1 parent 7c55d9d commit 3679b4a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Adless is an easy-to-use CLI tool that blocks domains by using your system's hosts file.

![demo](./assets/demo.gif)

## Features

- Works without running any background processes.
Expand Down
Binary file added assets/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions assets/demo.tape
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# This is a VHS (https://github.com/charmbracelet/vhs) tape file.

# +-----------------------------------------------------------+
# | Settings |
# +-----------------------------------------------------------+

Output assets/demo.gif

Set Shell "bash"
Set Theme "Catppuccin Mocha"
Set FontSize 22
Set Width 1300
Set Height 650

# +-----------------------------------------------------------+
# | Required programs on PATH |
# +-----------------------------------------------------------+

Require adless

# +-----------------------------------------------------------+
# | START |
# +-----------------------------------------------------------+

Type "We currently don't block any domains.."
Sleep 2s
Backspace 38

Type "cat /etc/hosts"
Sleep 1s
Enter
Sleep 2s

Hide
Backspace 10
Type "clear"
Enter
Show

Type "Alright, it's time to enable domain blocking.."
Sleep 2s
Backspace 46

Type "sudo adless enable"
Sleep 1s
Enter
Sleep 5s

Type "cat /etc/hosts"
Sleep 1s
Enter
Sleep 3s

0 comments on commit 3679b4a

Please sign in to comment.