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

Mathys-Gasnier/SysTem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" ]
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages