issues
search
supitsdu
/
clipper
Seamlessly copy file contents to clipboard from command line. Lightweight, cross-platform tool for instant text transfers.
MIT License
3
stars
3
forks
source link
feat: add support for copying multiple files to clipboard
#13
Closed
supitsdu
closed
4 months ago
supitsdu
commented
4 months ago
Updated main.go to allow specifying multiple file paths
Concatenated content from multiple files before copying to clipboard
Updated usage message to reflect new functionality