Skip to content

Latest commit

 

History

History
86 lines (60 loc) · 1.57 KB

README.md

File metadata and controls

86 lines (60 loc) · 1.57 KB

horus

A Pharaonic fetch tool for Arch Linux written in Python.

Screenshots

  • Pharo App Screenshot
  • Dark Pharo App Screenshot
  • Nord App Screenshot
  • Nord inverted App Screenshot

Installation

Install :

  • use
  git clone https://github.com/HushmKun/horus.git
  cd horus/
  make install

Update :

  • use
  git clone https://github.com/HushmKun/horus.git
  cd horus/
  make update

Uninstall :

  • use
  cd horus/
  make uninstall

Usage/Examples

  • Uses default config.
  horus
  • Uses a custom made config file ( example of config file found here )
  horus -c ./path/to/config
  • Uses a cmdline arguments
  horus -fg 100 100 100 -bg 25 25 25 

Features

  • Pure python (No dependecies).
  • Relatively fast.
  • CLI arguments.

Roadmap

  • Add config file to maximize customizations.
  • Add argparse to allow CLI arguments.
  • currently unknown, If you want to add some features open an Issue or maybe wanna do it yourself with PR.

Acknowledgements

  • Haruno was my literal role model to reach.
  • dylanaraps for making fetch tools in general.
  • Thijs van Ede for making the StructuredFormatter class.

License

This Project is Licensed as MIT, and this project adheres to Semantic Versioning.