zen

command module
v0.0.0-...-bbd6646 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

Zen

Give yourself peace of mind.

Usage example

What is Zen?

Zen is a tool I built to help give me peace of mind when it comes to my CS labs. This semester, for my first lab at least, I was given an example executable of the working lab. After finishing the lab, I figured I could use these provided examples to create a test program that compares my lab binary to the correct one. If I know my program gives a pretty similar (if not the same) output, I can rest easy knowing I'll get an A on my lab :]

Linux Installation (UTK Lab Machines)

The installation process is pretty easy. First, download the binary from the releases page, and put it into a new folder in your home directory called bin (mkdir ~/bin). Next, run vim ~/.zshrc to open your zsh config and add the following line: alias zen=$HOME/bin/zen

And that's it! Now just use zen in the terminal.

How it works

Basically, after installing just run zen [correct lab binary path] [your lab binary path] [options that need to be passed to each program] (IN THAT ORDER) and then go through the lab program like you would if you were using it. Then, when you're finished, exit the program and watch the differences roll in.

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
vm
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL