Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
78e40a9401
feat: Begins moving some scripts into a utils folder and using them as subcommands.
b5198a5df6
fix: Fixes windowctl to handle when ctrl-c is hit from the window-picker, when not launched in a new terminal window. Adds a few more options to that allow to return to the window picker after performing certain actions on a selected window.
54fe479ee1
fix: Fixes windowctl not properly focusing windows on special workspaces, adds the ability to call windowctl with an address to perform certain actions without going through the pickers, should likely call from the launch script so code is shared / not duplicated in two spots.
a4a560eb3d
feat: Adds monitor-picker to utility launcher config.
a7e6bc893c
feat: Adds monitor-picker, utility script for generating fzf preview data for pickers.
90c97263cb
feat: Updates setup-logger script to not require file argument, will default to /tmp/<label>.log
dccb1ca0a3
feat: Integrates logging into scripts that need it.
f729bedc99
feat: Adds logging script as a general logging utility to not pollute console for TUI's for example. Updated gen script to put it into newly generated scripts, need to update existing scripts to use it.
f911bfb7f1
feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations.
d32d0cf64f
feat: Moves hyprland scripts into it's own directory.
1def0356d7
feat: Adds some more flag options to the launch script.
4d4b8c9945
feat: Renames launch-or to just launch, generalizes it to also handle special workspaces, integrates launch-webapp script to use it, and updates keybinds that reference the script.
50191dde0c
feat: Adds window-table script that will show a pretty table of active windows, they can be selected and focused, closed, etc.
d4f85a6786
feat: Updates tmux bindings to navigate windows to use either prefix+h|l or <c-alt>h|l, switches window keybind prefix to use alt in hyprland.
1ee8cad635
fix: Fixes typo in active-workspace flag for close-windows script
93fe3b6864
feat: Updates keybinds and removes close-all-windows script.
e23e861101
feat: Adds close-windows script, need to remove close-all-windows script and update keybinds to use new script.