Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mithil467/mitpick
- Owner: Mithil467
- License: gpl-3.0
- Created: 2020-03-28T18:41:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T12:42:46.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T16:57:36.312Z (6 months ago)
- Topics: c, capture, debian, gtk3, linux, screenshot, terminal
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MitPick
Capture the terminal, from the terminal
**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.