All Projects → NullSense → fuzzy-sys

NullSense / fuzzy-sys

Licence: Unlicense license
Utility tool for using systemctl interactively

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fuzzy-sys

sysz
An fzf terminal UI for systemctl
Stars: ✭ 1,258 (+1086.79%)
Mutual labels:  fzf, systemd, systemctl
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+0.94%)
Mutual labels:  utility, systemd
fzfx
fzfX delivers the power of finding, previewing, editing and managing any file in few key strokes.
Stars: ✭ 71 (-33.02%)
Mutual labels:  fzf, fuzzy
Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+1941.51%)
Mutual labels:  fzf, fuzzy
systemd-formula
No description or website provided.
Stars: ✭ 24 (-77.36%)
Mutual labels:  systemd, systemd-unit
fzf-floaterm
Fzf support for vim-floaterm
Stars: ✭ 20 (-81.13%)
Mutual labels:  fzf, fzf-plugin
java-systemd
Java access to systemd via D-Bus
Stars: ✭ 32 (-69.81%)
Mutual labels:  systemd, systemctl
pymailq
Simple mails queue management
Stars: ✭ 32 (-69.81%)
Mutual labels:  utility
n2d
An easy to use ESP8266 flash tool with built-in support for the Deauther Project.
Stars: ✭ 136 (+28.3%)
Mutual labels:  utility
fastnumbers
Super-fast and clean conversions to numbers.
Stars: ✭ 85 (-19.81%)
Mutual labels:  utility
webfont-kit-generator
Create @ font-face kits easily
Stars: ✭ 52 (-50.94%)
Mutual labels:  utility
vmutils
cross platform library to manipulate and extract information of memory regions
Stars: ✭ 22 (-79.25%)
Mutual labels:  utility
pate
Modern and light-fast CLI app that scans all the desired files of a certain folder and returns a list with the name of the files which contain a certain RegEx pattern
Stars: ✭ 23 (-78.3%)
Mutual labels:  utility
yamlfmt
A simple opionated yaml formatter that keeps your comments!
Stars: ✭ 27 (-74.53%)
Mutual labels:  utility
Eufa
A high efficient utility functions(encryption, machine learning, etc) library written in WebAssembly just for demo.
Stars: ✭ 28 (-73.58%)
Mutual labels:  utility
TycotBot
TycotBot
Stars: ✭ 24 (-77.36%)
Mutual labels:  utility
sortr-cli
a cli tool to sort files in your machine 🗃
Stars: ✭ 12 (-88.68%)
Mutual labels:  utility
increment-activator
Vim Plugin for enhance to increment candidates U have defined.
Stars: ✭ 36 (-66.04%)
Mutual labels:  utility
LogoRRR
A log viewer which visualises log events such that it is easy to identify problems or events of interest. This app was implemented using Scala and JavaFX, GluonHQ toolchain and GraalVM as platform.
Stars: ✭ 40 (-62.26%)
Mutual labels:  utility
isometric-renders
Creates high-resolution isometric screenshots of Minecraft's game objects
Stars: ✭ 42 (-60.38%)
Mutual labels:  utility

🚦 fuzzy-sys

Utility for using systemctl interactively via junegunn/fzf.

📦 Installation

Make sure you have fzf installed

# for zplug
zplug 'NullSense/fuzzy-sys'

# for zgen
zgen load 'NullSense/fuzzy-sys'

# for antigen
antigen bundle 'NullSense/fuzzy-sys'

# manually
# Clone the repository and source it in your shell's rc file.

Try it out without installing anything

If you want to try fuzzy-sys without installing it:

# bash / zsh
source <(curl -sSL git.io/JteMq)

Features

All commands support multi selection via Tab.

Usage: fuzzy-sys [options]
Utility for using systemctl interactively via fzf.
If no options are given fully interactive mode is launched with system service units being used.
    -u          : work with --user services
    --start     : systemctl start <unit>
    --stop      : systemctl stop <unit>
    --restart   : systemctl restart <unit>
    --status    : systemctl status <unit>
    --edit      : systemctl edit --full <unit>
    --enable    : systemctl enable --now <unit>
    --disable   : systemctl disable --now <unit>
    --help      : print this message and exit

Examples:
    fuzzy-sys -u --edit    : edit a user service
    fuzzy-sys --start      : start a system service

Demo

asciicast

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].