Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

HexiumOS/HexUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexUtils

HexUtils is a lightweight, cross-platform collection of command-line utilities designed to provide simple alternatives to common coreutils tools.

Included Commands

  • cat: Displays the contents of a file in the terminal.
  • echo: Outputs the provided string to the terminal.
  • mkfile: Creates an empty file with the specified name.
  • mkdir: Crates an empty directory with the specified name.
  • rm: Removes a file/directory with the specified name.
  • ls: Prints the contents of the current working directory to terminal.

Why HexUtils?

HexUtils offers minimal, fast, and portable replacements for some of the most frequently used Unix command-line tools, making it ideal for scripting, embedded environments, or learning purposes.

Installation

Enter root directory and run

cargo build

The files will be in the target/debug folder.

About

🔧Easy to use coreutils alternative

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  

Languages