https://github.com/jaymon/ghostboard
A small utility to write everything you copy to the system clipboard to a file written in Python
https://github.com/jaymon/ghostboard
Last synced: 3 days ago
JSON representation
A small utility to write everything you copy to the system clipboard to a file written in Python
- Host: GitHub
- URL: https://github.com/jaymon/ghostboard
- Owner: Jaymon
- License: mit
- Created: 2016-05-05T21:10:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T18:13:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T22:38:17.748Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ghostboard
You start it up with a file and it will record any text you copy to the system clipboard and write it to the file.
## Why?
Believe it or not, I needed to download a whole bunch of files on a web page, and each link was a button, and I wanted a quick way to right-click, copy, and put them in a text file so wget could download them, 20 minutes later, here we are.
## Usage
$ ghostboard /path/to/file
That's it.
## Installation
Use pip with the url:
$ pip install --upgrade "git+https://github.com/Jaymon/ghostboard#egg=ghostboard"