Skip to content

oreoluwa-bs/port34

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port34

I often can't remember what commands to list and terminate processes on my computer.Meet Port34, a terminal-based user interface (TUI) designed to help you visualize and manage processes directly from your terminal.

Prerequisites

  • Go (version 1.23 or higher)
  • Make (for executing the Makefile commands)

Running the Application

The Makefile provides several commands to build, run, and manage the application.

1. Build the Application

To compile the Go code into a binary:

make build

This will create an executable named port-monitor in the project directory.

2. Run the Application

To build and then run the application directly:

# production
make run

# development
make run-dev

About

A terminal based process manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published