All Projects → robolamp → rTerm

robolamp / rTerm

Licence: GPL-3.0 license
Fake UNIX terminal for personal pages

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to rTerm

PengueeBot
Automation tool, visit our discord channel if you have anything to ask
Stars: ✭ 27 (+42.11%)
Mutual labels:  unix
TermGL
2D & 3D graphics engine in the terminal [C/C++]
Stars: ✭ 219 (+1052.63%)
Mutual labels:  unix
yaf
Yet another system fetch that is minimal and customizable
Stars: ✭ 23 (+21.05%)
Mutual labels:  unix
bf256
Brainfuck compiler under 256 bytes in size.
Stars: ✭ 21 (+10.53%)
Mutual labels:  unix
dotfiles
Command-line lovers unite! I'm sharing my dotfiles, so you don't have to be me and spend years tweaking configuration files for the best developer experience. Enjoy!
Stars: ✭ 38 (+100%)
Mutual labels:  unix
dotfiles
My collection of dotfiles
Stars: ✭ 77 (+305.26%)
Mutual labels:  unix
go-sysconf
sysconf for Go, without using cgo
Stars: ✭ 119 (+526.32%)
Mutual labels:  unix
dotfiles
My personal configuration and bootstrap files
Stars: ✭ 14 (-26.32%)
Mutual labels:  unix
XKCD
A minimal command line tool for your daily dose of xkcd comics written in python. Feel free to contribute!
Stars: ✭ 67 (+252.63%)
Mutual labels:  fun
MeetixOS
An hobby OS written in modern C++20 which aims to be Unix-like. Currently based on EvangelionNG, a GhostOS derived kernel
Stars: ✭ 179 (+842.11%)
Mutual labels:  unix
pico
This is a very simple HTTP server for Unix, using fork(). It's very easy to use.
Stars: ✭ 83 (+336.84%)
Mutual labels:  unix
CDDN-Change-DNS-Dynamically-with-your-Network
This script allows you to have the best configuration of your DNS when switching from one Wi-Fi to another.
Stars: ✭ 22 (+15.79%)
Mutual labels:  unix
useful-unix-stuff
a collection of useful unix commands/scripts/etc.
Stars: ✭ 64 (+236.84%)
Mutual labels:  unix
devheart
Listen to Tux's heartbeat with this awesome Linux Kernel Module ❤️
Stars: ✭ 58 (+205.26%)
Mutual labels:  fun
webfr
moved to: https://github.com/godzillaframework/godzilla.git
Stars: ✭ 13 (-31.58%)
Mutual labels:  unix
Tsuyo
🤖 A light-weight and easy-to-use modular Discord bot built with DiscordJS.
Stars: ✭ 136 (+615.79%)
Mutual labels:  fun
hostname
Cross-platform hostname functions in Rust
Stars: ✭ 48 (+152.63%)
Mutual labels:  unix
ft select
A robust file browser and manager in the terminal.
Stars: ✭ 14 (-26.32%)
Mutual labels:  unix
MenheraBot
A brazilian multi-language Discord Bot foccused in Fun and RPG!
Stars: ✭ 123 (+547.37%)
Mutual labels:  fun
kotoriotoko
KOTORIOTOKO (little bird man) -- Extremely Compatible and Sustainable Twitter Application Written in Shell Script
Stars: ✭ 89 (+368.42%)
Mutual labels:  unix

rTerm

Fake UNIX terminal for my personal page

Avaliable commands

ls

 List files in the directory
 Usage: ls [OPTION]... [FILE]...
 Options:
    -a    do not ignore entries starting with .

cat

 Concatenate FILE to output.
 Usage: cat [OPTION]... [FILE]...

cd

 If DIR is a directory: change current working directory to DIR;
 if DIR is a link: open URL in a new tab.
 Usage: cd [DIR]

uname

 Show uname info from this.data.uname
 Usage: uname

whoami

 Show whoami info from this.data.whoami
 Usage: whoami

help

 Show GNU bash help
 Usage: help

pwd

 Show full pathname of the current working directory
 Usage: pwd

echo

 Print the STRING passed as argument
 Usage: echo [STRING]

exit

 Exit console (deactivate keys callbacks)
 Usage: exit

...and something else!

If you have some ideas how to implement a new command, please let me know!

Example of usage

https://kotobank.ch/~robolamp/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].