____________________________________________________
    ____                                            
    /    )                   ,                      
---/____/---)__----__------------__----__--_/_---__-
  /        /   ) /   )     /   /___) /   ' /    (_ `
_/________/_____(___/_____/___(___ _(___ _(_ __(__)_
                         /                          
                     (_ /                           
        			

Welcome to my webpage!

Home | GitHub | Suckless | Harmful | OpenBSD | 9front | PlusLinux | Gallery | Setup | Projects | Contact

//Projects

)( Plus Linux 1.0

Plus Linux is a free GNU/Linux distro designed to fit on a floppy disc! 
It is built to be quite small yet functional for experimentation. Currently, 
it is based on the LTS version of Linux 1.15.127.
					
[ Get Plus Linux ]

 

)( PUTILS

PUTILS will serve as the coreutils for Plus Linux once they are completed. 
Currently, it includes some basic functions like 'ls,' etc. 
Additionally, it features ED2, which I developed from scratch 
in C to provide a tiny text editor inspired by
the renowned editor - 'ed'.
					
+--------+-------------------------+--------------------------------------+-----------+
| util   | what it does            | how to use                           | available |
+--------+-------------------------+--------------------------------------+-----------+
| ls     | lists files             | ls [-l] [/path/to/file]              | Y         |
| cat    | write out a file        | cat [file]                           | N         |
| rm     | remove a file/directory | rm [file/directory]                  | N         |
| cp     | copy a file/directory   | cp [file/directory]                  | N         |
| ed2    | edit files with ed2     | ed [file]                            | Y         |
| mkdir  | make directories        | mkdir [dir name]                     | N         |
| mv     | move a file/directory   | mv [file/directory] [/path/to/place] | N         |
| pbsh   | shell                   | pbsh (runs the shell)                | Y         |
+--------+-------------------------+--------------------------------------+-----------+

2023-2024 -/- Plastic Bottleneck