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