1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 02:25:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Sergey Bugaev
72acccb051 Userland: Add copy and paste commands
You can now copy into the system clipboard like this:
  $ copy hello friends
or like this:
  $ copy < ReadMe.md
or like this:
  $ copy --type png < /res/wallpapers/sunset-retro.png

And paste just with
  $ paste
or to view the copied type:
  $ paste --print-type
2019-09-17 21:56:42 +02:00