diff --git a/README.md b/README.md index 021a871..8a04437 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,11 @@ attempt to move to the next field in the script :/ sorry! # Add a bookmark : To add a link, I select the URL of the page with Ctrl + l, the copy and -run add.sh with Super + i. _If anyone knows how to retrieve the url of +run add.sh with Super + i. __If anyone knows how to retrieve the url of the current browser page without having to copy it, this would save two -steps out of three._ -En résumé : Ctrl + l, Ctrl + c, Super + i -(ou plus court : Ctrl + l + i, Super + i) +steps out of three.__ +In short : Ctrl + l, Ctrl + c, Super + i +(or shorter : Ctrl + l + i, Super + i) Super + i because in my window manager configuration file located in ~/.config/awesome/rc.lua, I have the following lines: diff --git a/TODO b/TODO new file mode 100644 index 0000000..4ed8031 --- /dev/null +++ b/TODO @@ -0,0 +1,11 @@ +- make a makefile in order to variabilize language in add.sh prompt and + make overall config easier +- pin links +- search select tags for filtering +- a better way to capture url + → something that grabs current page to clipboard +- hardcode bookmark ids in awk rather than css so that ids are + persistant and don't slide if a link is removed + → add.sh id++ +- make other ways to edit and generate bookmarks if dmenu is too much of + a struggle to install.