o
odinpkg.dev
packages / library / oat

oat

f030d34library

cat(1), but this time in Odin

MIT · updated 4 years ago

Oat (1)

Oat plant

Odin implementation of CAT(1)

oat is a duplicate of cat; I made this in order to get used to working with Odin as I feel it is a good language and it would benefit me in the future.

NOTE: THIS PROJECT IS INCOMPLETE

Features

  • Read file
  • Read stdin
  • Advanced Arguments (like -n)
  • --help

How to run

$ git clone https://github.com/Creativty/oat.git
$ cd oat
$ odin build .
# Use the produced executable like you would with any other terminal program.

NOTE: THIS PROGRAM WAS DESIGNED WITH NO INTENTION OF IN PRODUCTION USAGE