Skip to content

angeldollface/termux-doll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TERMUX DOLL 🎎 ⚙️ 📱

Mandy CI

A doll's Termux package repository. 🎎 ⚙️ 📱

ABOUT 📚

This repository contains the source for a repository of my own packages for the Termux Android terminal emulator. You are free to do with these Bash scripts as you wish.

PACKAGES 📦

  • Flek: A Rustacean implementation of my own algorithms to check for password security.
  • Mandy: A hypersonic static-site generator written in Rust.

USAGE ⚙️

Adding or removing the repository

This repository comes with a set of a (un)installation scripts to make your life easier when installing or uninstalling this repository on your Termux installation.

  • To install this repository, execute this command from a Termux terminal window. Make sure you have curl installed.:
curl -s https://angeldollface.boo/termux-doll/installer/installer.sh | bash -s
  • To uninstall this repository, execute this command from a Termux terminal window. Make sure you have curl installed.:
curl -s https://angeldollface.boo/termux-doll/installer/uninstaller.sh | bash -s

Installing packages

To install any of the packages this repository offers run the installation script each package provides. This can be done by running the command install-package from a Termux terminal session, where package is the name of the package you installed from this repo. This command will download the source for the latest version of the package's main CLI binary, build it, and install it. If you want to uninstall the binary, run the uninstallation script. This can be done by running uninstall-package, where package is the package name.

NOTE 📜

  • Termux Doll 🎎 ⚙️ 📱 by Alexander Abraham 🖤 a.k.a. "Angel Dollface" 🎎 🎀
  • Licensed under the GNU GPL v3.