| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Arch & Artix already have the `libarchive` pkg, which contains `bsdtar`.
So lets just use it, since its superior, faster, it also has easier syntax, and it auto-detects the compression.
btw the .tar.zst was wrong anyhow, so if u wont merge this, dont forget to fix that. from the manual:
```
-I, --use-compress-program=COMMAND
Filter data through COMMAND. It must accept the -d option, for decompression. The argument can contain command line options.
.....
--zstd Filter the archive through zstd(1).
```
|
| |/ |
|
| |
|
|
|
| |
e.g:
price <url> <Name of currency> <icon> <Price to show in>
price btc Bitcoin "" gbp
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| | |
github automatically redirects to vim-airline, so this is not a
problem when installing, but updating just for the sake of
explicitness and having the correct username/repo
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
* Skip head and grep and do it all in sed
* Replace echo and awk with a parameter expansion
|
| | | |
|
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some programs like `gotop` [1] or `bottom` / `btm` [2] weren't displaying properly, and I was able to fix the glyphs with the Braille font (don't recall where I found the recommendation).
Don't forget to
```sh
fc-cache -fv --really-force
```
Also beware of stuff like [4].
needs `ttf-ubraille` [3] so an update in LARBS progs.csv would be needed aswell
[1] https://aur.archlinux.org/packages/gotop
[2] https://aur.archlinux.org/packages/bottom-bin
[3] https://aur.archlinux.org/packages/ttf-ubraille
[4] https://wiki.archlinux.org/index.php/Font_configuration#Disable_scaling_of_bitmap_fonts
|
| | | |
|
| |/ |
|
| |
|
|
|
|
|
|
|
| |
* made noisereduce executable
* improved `ifinstalled` script
* made `noisereduce` use `ifinstalled` script
* quoting for quiet shellcheck
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Make empty string check more consistent
Replace explicit empty string check condition with inbuilt POSIX compliant empty string check flag, in adherence with the rest of the script.
* Update test expression
|
| |\ |
|
| | | |
|
| | |
| |
| | |
changed "tranmission" to "transmission"
|
| |/ |
|
| | |
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
shortcutrc is created on shell directory with shortcuts script
same for zshnameddirrc
|
| | |
| |
| | |
Co-authored-by: Kemmojo <kemnadej80@yahoo.de>
|
| | | |
|
| |/ |
|
| |
|
|
|
| |
If you don't specify it, it won't work:
$ sudo -A openrc-shutdown -p
* openrc-shutdown: No shutdown time specified
|
| |
|
|
|
|
|
| |
* Create noisereduce
* Update noisereduce
* Update noisereduce
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* additionally extract from xml files
Before this, rssadd only accepted a URL as argument. Now, if given
an xml file, it will parse it and extract the proper url. This lets it
be used in conjunction with firefox for quickly adding RSS feeds (as
firefox would give it the file rather than its origin URL). This works
on a majority of RSS feeds, but fails on some that miss the proper link
tags. The original behaviour is still mantained alongside the new.
* remove surplus `exit`
* more performant grepping
|
| |\ |
|
| | | |
|
| |/|
| |
| |
| | |
Jonatan6-patch-1
|
| | |
| |
| | |
I set free-sans to be the default, because it seems that that is what imagemagick is uses, when you don't specify a font.
|
| | | |
|
| | |
| |
| | |
mostly for laptops to save power
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Handle color control sequences
Is: `less` outputs the raw ascii of the $chartfile, which includes escape characters to change output colors. This does not resemble a graph.
Should be: Adding -n flag to have `less` create colored output properly.
* typo
changed to -Srf to reflect proposed change
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| |/| |
| | |
| | |
| | | |
https://github.com/memreyagci/voidrice into memreyagci-remove-$HOME-.xinitrc
|
| | | |
| | |
| | |
| | |
| | |
| | | |
A custom filename and directory can be specified with startx command,
which in this case is $XINITRC variable that indicates
$XDG_CONFIG_HOME/x11/xinitrc
|