An open API service indexing awesome lists of open source software.

https://github.com/hustavojhon/frog

A collection of scripts crafted with creativity and precision, combining efficiency with thoughtful design. Each line of code reflects both technical skill and a playful spirit, inspired by moments shared with someone special.
https://github.com/hustavojhon/frog

bash powershell python shell-scripts

Last synced: 12 months ago
JSON representation

A collection of scripts crafted with creativity and precision, combining efficiency with thoughtful design. Each line of code reflects both technical skill and a playful spirit, inspired by moments shared with someone special.

Awesome Lists containing this project

README

          

# Frog

Custom system fetching tool written in a Bash script. The script, acting like a clever fetcher, utilizes efficient loops and sorting algorithms to ensure that each jump is executed perfectly. This project also evokes memories of a special day when a penguin and a frog shared a walk.

[![DARK READER](https://img.shields.io/badge/♥-141E24.svg?style=for-the-badge&logo=Dark-Reader&logoColor=white)](https://github.com/abrilskop)
[![PYTHON](https://img.shields.io/badge/python-2C333E?style=for-the-badge&logo=python)](https://github.com/hustavojhon/frog)
[![SHELL](https://img.shields.io/badge/Shell-FFD500.svg?style=for-the-badge&logo=Shell&logoColor=black)](https://github.com/hustavojhon/frog)
[![GNU BASH](https://img.shields.io/badge/GNU%20Bash-4EAA25.svg?style=for-the-badge&logo=GNU-Bash&logoColor=white)](https://github.com/hustavojhon/frog)
[![ZSH](https://img.shields.io/badge/Zsh-F15A24.svg?style=for-the-badge&logo=Zsh&logoColor=white)](https://github.com/hustavojhon/frog)

## Installation

### Manual:

- Clone this repository & run frog.

```yaml
# clones the frog repo
$ git clone https://github.com/HustavoJhon/frog.git
# cd into frog
$ cd frog
# copy the fonts
$ cp ttf-material-design-icons/* $HOME/.local/share/fonts
# update fontconfig
$ fc-cache -fv
# run frog
$ chmod +x ./frog.sh && ./frog.sh
```