Skip to content

Repository files navigation

The Customize Terminal

I suck at naming things, so this is not a final name.

Made with Electron Uses pnpm GitHub last commit

Work in progress!

The customize terminal is a terminal that allows you to customize the look and feel of your terminal.

Starting from source

Requirements

Running the application for the first time

  1. Install the dependencies
pnpm install
  1. You might need to rebuild node-pty (I had to)
pnpx electron-rebuild -f -w node-pty

If you get an error, run the following command

pnpm exec electron-rebuild -v <version> -f -w node-pty

Get the version from package.json under electron. For example

"electron": "^38.2.1"

We would run

pnpm exec electron-rebuild -v 38.2.1 -f -w node-pty
  1. Run the application
pnpm start

Running the application

pnpm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages