Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mithil467/mitpick

Capture the terminal, without leaving the terminal
https://github.com/mithil467/mitpick

c capture debian gtk3 linux screenshot terminal

Last synced: 9 days ago
JSON representation

Capture the terminal, without leaving the terminal

Awesome Lists containing this project

README

        

MitPick



Capture the terminal, from the terminal




Language grade: C/C++
Total alerts

**MitPick** is a program for linux based systems to capture a screenshot of the terminal without leaving the terminal.

## ✨ Main Features
📷 Take a screenshot of the terminal
📝 Copies it to clipboard

## 🔧 Install

Install the following prerequisites for your operating system.
- CMake
- C compiler
- GTK3
- [xdotool](https://github.com/jordansissel/xdotool)
- [xclip](https://github.com/astrand/xclip)

Clone the repo and run -
```
mkdir build
cd build
cmake ..
sudo make install
```

## 📈 Usage

Upon installation, you can run `mitpick` in the terminal and it will capture the screenshot for the terminal window and copy it to clipboard.

## 💚 Contributing

We encourage you to contribute to Mitpick! Please check out the [Contributing Guidelines](CONTRIBUTING.md) about how to proceed.

## 📜 License

Licensed under the GPL license.