Minor changes
This commit is contained in:
parent
b5476dc0e6
commit
246f0e5f42
@ -1509,32 +1509,33 @@ https://nordvpn.com/fr/tutorials/linux/openvpn/
|
||||
|
||||
* Others
|
||||
** Wallpaper: =xwallpaper=
|
||||
** Reddit on terminal: rtv
|
||||
#+begin_src bash
|
||||
yay -S rtv
|
||||
#+end_src
|
||||
|
||||
** Interact with API
|
||||
- GUI: https://github.com/getinsomnia/insomnia
|
||||
- CLI: https://github.com/jakubroztocil/httpie
|
||||
|
||||
** Take Screenshot
|
||||
https://github.com/naelstrof/maim
|
||||
#+begin_src bash
|
||||
yay -S maim
|
||||
#+end_src
|
||||
- https://github.com/naelstrof/maim
|
||||
- https://github.com/lupoDharkael/flameshot
|
||||
|
||||
#+begin_src bash
|
||||
man maim
|
||||
yay -S maim flameshot
|
||||
#+end_src
|
||||
|
||||
** File transfer
|
||||
https://github.com/schollz/croc
|
||||
|
||||
#+begin_src bash
|
||||
yay -S croc
|
||||
#+end_src
|
||||
|
||||
** Utilities
|
||||
#+begin_src bash
|
||||
yay -S fd ripgrep pdf2svg pdftk
|
||||
#+end_src
|
||||
- https://github.com/BurntSushi/ripgrep
|
||||
- https://github.com/dawbarton/pdf2svg
|
||||
- https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
|
||||
- https://github.com/Airblader/unclutter-xfixes
|
||||
|
||||
#+begin_src bash
|
||||
yay -S unclutter
|
||||
yay -S fd ripgrep pdf2svg pdftk unclutter
|
||||
#+end_src
|
||||
|
||||
|
||||
|
@ -575,7 +575,9 @@
|
||||
:END:
|
||||
#+BEGIN_SRC bash
|
||||
yay -Sy > /dev/null 2>&1 && \
|
||||
package_nb=`yay -Qu 2> /dev/null | wc -l`;
|
||||
package_nb=`yay -Qu 2> /dev/null | wc -l` || \
|
||||
package_nb=0
|
||||
|
||||
|
||||
if [ "$package_nb" -eq "0" ]; then
|
||||
echo "";
|
||||
|
Loading…
Reference in New Issue
Block a user