All Projects → EmperorPenguin18 → gobble

EmperorPenguin18 / gobble

Licence: GPL-3.0 License
Rust rewrite of Devour

Programming Languages

rust
11053 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to gobble

dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+7569.57%)
Mutual labels:  unix, rice, archlinux, arch-linux
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (+1573.91%)
Mutual labels:  archlinux, arch-linux, wayland
Nscde
Modern and functional CDE desktop based on FVWM
Stars: ✭ 526 (+2186.96%)
Mutual labels:  unix, x11, window-manager
Dotfiles
Sway acid dark
Stars: ✭ 330 (+1334.78%)
Mutual labels:  rice, archlinux, wayland
shod
mouse-based window manager that can tile windows inside floating containers
Stars: ✭ 126 (+447.83%)
Mutual labels:  unix, x11, window-manager
axyl-iso
Axyl is a Linux distro centered on tiling window managers. Choose from i3, bspwm, dwm and more.
Stars: ✭ 348 (+1413.04%)
Mutual labels:  rice, archlinux, window-manager
x11-cr
X11 bindings for Crystal language.
Stars: ✭ 32 (+39.13%)
Mutual labels:  unix, x11, window-manager
Dotfiles
My bspwm dotfiles. Grab whatever you need! :)
Stars: ✭ 111 (+382.61%)
Mutual labels:  unix, archlinux, arch-linux
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (+226.09%)
Mutual labels:  rice, archlinux, arch-linux
dotfiles
Salonia Matteo's dotfiles (GNU/Linux configuration)
Stars: ✭ 19 (-17.39%)
Mutual labels:  rice, archlinux, arch-linux
shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (+143.48%)
Mutual labels:  unix, x11, window-manager
nextshot
A simple tool for taking screenshots on Linux and sharing via Nextcloud
Stars: ✭ 37 (+60.87%)
Mutual labels:  x11, wayland
Lomiri-Arch
(ALPHA) PKGBUILDs for building Lomiri (former Unity8) for Arch GNU/Linux
Stars: ✭ 49 (+113.04%)
Mutual labels:  archlinux, arch-linux
dotfiles
Gruvbox inspired Arch Linux i3wm rice.
Stars: ✭ 43 (+86.96%)
Mutual labels:  rice, archlinux
dotfiles
files that start . and makes my Linux box awesome.
Stars: ✭ 57 (+147.83%)
Mutual labels:  rice, archlinux
arch-monochrome
My monochromatic rice for BSPWM on arch linux
Stars: ✭ 64 (+178.26%)
Mutual labels:  rice, arch-linux
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-30.43%)
Mutual labels:  archlinux, arch-linux
eseed-window
A minimal cross-platform C++17 window management library for rendering (deprecated)
Stars: ✭ 18 (-21.74%)
Mutual labels:  x11, window-manager
swayfire
Sway/I3 inspired tiling window manager for Wayfire
Stars: ✭ 146 (+534.78%)
Mutual labels:  window-manager, wayland
Machfiles
The dotfiles you see in all my videos
Stars: ✭ 347 (+1408.7%)
Mutual labels:  archlinux, arch-linux

gobble

Rust rewrite of Devour

Gobble hides your current window before launching an external program and unhides it after quitting. Useful in terminals and file managers to keep your screen uncluttered.

Installation

Arch

git clone https://github.com/EmperorPenguin18/gobble
cd gobble
makepkg -si

Or just install from the AUR

Other Linux

git clone https://github.com/EmperorPenguin18/gobble
cd gobble
make
make install #as root

Usage

gobble CMD ...

Read the man page for more info

Pro Tip

To automate using gobble:

Find and edit your shell rc (Usually ~/.bashrc)

Add this to it:

alias mpv='gobble mpv'

alias vimiv='gobble vimiv'

for example to automatically swallow when you open something in mpv or vimiv from CLI.

In pcmanfm (and probably other gui file managers): you can right click on a file -> open with -> custom command line. Under command line to execute:

gobble mpv %f

Enter 'mpv' in 'Application name (optional, set it to keep association)'.

Then check 'Set selected application as default for this file type', and click ok.

Uninstallation

Arch

pacman -R gobble #as root

Other Linux

cd gobble
make uninstall #as root
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].