oce 0.0.3

Output Command Execution
Documentation

Output Command Execution

The oce outputs the command you executed. The result includes two things:

  1. An executed command
  2. The result of it

Usage

Examples are here.

A command example is below.

$ oce git status

# The result is
$ git status
On branch main

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	../../.gitignore
	../../Cargo.toml
	../
	../../result
	../../src/

nothing added to commit but untracked files present (use "git add" to track)

License

OCE is MIT Licensed.