Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
/ horus Public archive

A pharaonic fetch tool for Linux written in Python.

License

Notifications You must be signed in to change notification settings

AnubisOS/horus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A pharaonic fetch tool for Linux written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published