Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

TangentFoxy/ROSUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROSUS

Repository Of Semi-Useful Stuff (simple terminal programs)

GitHub release GitHub downloads GitHub issues GitHub license

  • How.cpp
    Google "how something" by simply typing "how something"
  • Google.cpp
    Google "anything" by simply typing "google anything"
  • Ubify.cpp
    Replace all vowels in some text with "ub" for lols or something.
    Either "ubify" to open a prompt or "ubify some text" to ubify some text.
  • DeUbify.cpp
    Replaces all instances of "ub" in text with random vowels (including y).
    As ubification is a lossy anti-compression, data is lost. DeUbifying text can lead to unexpected results. Enjoy.
  • Kerbify.cpp Replaces beginning letters of words with k (if they are a consonant). Because Kerbal Space Program.

Installation

On Windows, use Scoop to install from Powershell:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')

scoop bucket add g-bucket https://github.com/Guard13007/ScoopBucket
scoop install rosus

..or just download from releases..

On Linux, use the install.sh script in here.

About

(FINISHED) A small collection of tiny terminal programs, generally not useful.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published