Skip to content

ODEX-TOS/sucklessterminal

Repository files navigation

Contributors Forks Stargazers Issues GPL License


Logo

suckless terminal

A lightweight but fast terminal
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This is a fork from the suckless terminal with nicer and easier to use features

Getting Started

Prerequisites

All you need is make and all its dependencies, fontconfig is also required. libX11 ad libXft as xorg dependencies

Installation

  1. Clone the sucklessterminal
git clone https:://github.com/ODEX-TOS/sucklessterminal.git
cd sucklessterminal
  1. Build the source
make
  1. install it on your system
sudo make install
  1. Launch it
st

Usage

Use this terminal like any other terminal. Here is a short list of useful features

  • alt-l open url

  • alt-y copy url

  • alt-o save last command

  • alt+c copy

  • alt+v past

This terminal also works with xresources, pywal and more

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

F0xedb - [email protected]

Project Link: https://github.com/ODEX-TOS/sucklessterminal

Acknowledgements