Many changes
This commit is contained in:
parent
d6c23ea057
commit
dbfbbd2623
39 changed files with 1416 additions and 18 deletions
10
bin/.bin/offline-aw
Executable file
10
bin/.bin/offline-aw
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Offline version of aw in markdown
|
||||
|
||||
AW_FOLDER="$HOME/GitRepos/arch-wiki-md-repo/wiki/_content/english/"
|
||||
|
||||
cd "$AW_FOLDER"
|
||||
selection=$(find . -name \*.md | rofi -dmenu -i -p "Page")
|
||||
compiler "$selection"
|
||||
opout "$selection"
|
Loading…
Add table
Add a link
Reference in a new issue