Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/hougesen/clipboard-url-saver

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/hougesen/clipboard-url-saver

  • v0.1.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

clipurl

Automatically save urls found in clipboard to file.

Installation

To install the program Go is required.

After installing Go, the program can be installed by running:

go install github.com/hougesen/clipurl@latest

The program can now be run by either calling the program directly (Most likely $HOME/go/bin/clipurl) or by setting up a path to the go install path in your .bashrc and calling the name of the program (clipurl).

# .bashrc
export PATH=${PATH}:$(go env GOPATH)/bin

Platform Specific Dependencies

  • macOS: require Cgo, no dependency
  • Linux: require X11 dev package. For instance, install libx11-dev or xorg-dev or libX11-devel to access X window system.
  • Windows: no Cgo, no dependency

Usage

Tracking clipboard

Start listening to the clipboard by running

$ clipurl start
Disclaimer

The program does not automatically start on boot. If that is desired you can follow this guide to setup startup on boot.

URL History

The history command lists all found urls.

$ clipurl history

+------------+-----------------------------+
| TIMESTAMP  | URL                         |
+------------+-----------------------------+
| 1675615347 | https://mhouge.dk/          |
+------------+-----------------------------+
| 1675615353 | https://github.com/hougesen |
+------------+-----------------------------+

Deleting all found urls

To delete all found urls run

$ clipurl clean

FAQs

Package last updated on 05 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc