Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.02 KB

SysTem

A system command bar that aims to speed up my workflow.

Archive

Found app named PowerToys on the Microsoft Store that does the same things and more.

At the moment the package doesn't aim at the "general user" and is more focused on my specific needs.

! Probably not linux compatible at the moment !

Features

  • Integrated calculator (Done with the evalexpr crate)
  • Quick command execution (Windows specific)
  • WSL quick start (Windows specific)
  • Not so smart git ghp key manager (Not tested on Linux)

Setup

The only setup needed is the config. Go in the home directory of your user and create a .system file it will contain the config as json:

{
    "gitkeys": {
        "default": "default_key",
        "keys": {
            "default_key": "key_one",
            "secondary_key": "secondary_key"
        }
    },
    "terminal": {
        "new": [ "command", "and", "args", "to create a new terminal", "%c", "is replaced by the terminal name" ]
    }
}