Browse Source

list...

main
clemtre 8 months ago
parent
commit
9419ffeff8
  1. 16
      README.md

16
README.md

@ -122,17 +122,17 @@ awful.util.spawn_with_shell("add.sh") end,
* BOOKMARKS → A textual database of bookmarks * BOOKMARKS → A textual database of bookmarks
* add.sh → A script to add a link to the database * add.sh → A script to add a link to the database
- dmenu * dmenu
- ./signet.sh * ./signet.sh
* bookmark.sh → The shell script itself * bookmark.sh → The shell script itself
- It generates a new html page from the link database * It generates a new html page from the link database
(default index.html) (default index.html)
* style.css → Stylesheet for index.html * style.css → Stylesheet for index.html
* script.js → A bit of javascript for: * script.js → A bit of javascript for:
··* search in the \<textarea> * search in the \<textarea>
··* add background colors to entries that have them * add background colors to entries that have them
··* if the description field is empty, do not display it * if the description field is empty, do not display it
··* format posix time dates to YY-MM-DD format * format posix time dates to YY-MM-DD format
/!\ Soon /!\ /!\ Soon /!\
starred.sh → curl from the github user api and format it in the same starred.sh → curl from the github user api and format it in the same
way as signet.sh without using jq way as signet.sh without using jq

Loading…
Cancel
Save