Emre AKYÜZ 27e396c8ca
Improved Bookmark Script (Simplicity + Convenience)
This script allows us to bookmark websites as names instead of URLs.

It is useful with the other script: "bookmarksearch" that helps us use search engines on dmenu or directly open the site if the url doesn't include "search" word in it.

In this case the first entry would give us a second dmenu prompt to enter e keyword and the second entry will be opened directly when chosen:
  [
    "searxng",
    "https://www.paulgo.io/search?q="
  ],
  [
    "cooking",
    "https://based.cooking"
  ]

The script take the formatting and duplicate urls into account. You don't need to worry about it.

**Detailed Explanation:**
- We use a text file to store the URLs in: "~/.local/share/urlquery"
- The script uses the command "jq" to see a JSON data with specific information. We can use it to get the complete URL address or the name of the website.
- "grep" checks if the selected entry starts with "http". If it does, the script adds that URL with specific formatting inside the urlquery file after asking what should the URL be named.
- "jq" command again, considers the format of the file and adds a comma at the end followed by a new urlquery name and the address inside brackets and quotes in order to keep formatting correct. 
- notify-send informs us about the output: If the URL is already on the list, or the selected entry is not an URL or when it is added successfully.
2023-04-23 01:31:08 +03:00
2022-03-11 18:32:19 -05:00
2020-11-16 18:06:41 -05:00
2020-11-16 18:06:41 -05:00
2021-03-07 15:07:41 -05:00
2018-08-02 00:29:58 -04:00
2023-01-23 00:18:01 +00:00

The Voidrice (Luke Smith https://lukesmith.xyz's dotfiles)

These are the dotfiles deployed by LARBS and as seen on my YouTube channel.

  • Very useful scripts are in ~/.local/bin/
  • Settings for:
    • vim/nvim (text editor)
    • zsh (shell)
    • lf (file manager)
    • mpd/ncmpcpp (music)
    • sxiv (image/gif viewer)
    • mpv (video player)
    • other stuff like xdg default programs, inputrc and more, etc.
  • I try to minimize what's directly in ~ so:
    • All configs that can be in ~/.config/ are.
    • Some environmental variables have been set in ~/.zprofile to move configs into ~/.config/
  • Bookmarks in text files used by various scripts (like ~/.local/bin/shortcuts)
    • File bookmarks in ~/.config/shell/bm-files
    • Directory bookmarks in ~/.config/shell/bm-dirs

Usage

These dotfiles are intended to go with numerous suckless programs I use:

I also recommend trying out mutt-wizard, which additionally works with this setup. It gives you an easy-to-install terminal-based email client regardless of your email provider. It is integrated into these dotfiles as well.

Install these dotfiles and all dependencies

Use LARBS to autoinstall everything:

curl -LO larbs.xyz/larbs.sh

or clone the repo files directly to your home directory and install the dependencies.

Default Desktop Artwork

Thomas Thiemeyer's The Road to Samarkand (fb, insta, shop)

Description
No description provided
Readme GPL-3.0 94 MiB
Languages
Shell 92.8%
Vim Script 5.3%
JavaScript 1.5%
Perl 0.2%
Lua 0.2%