wayclip

Wayland clipboard utility
git clone git://git.nihaljere.xyz/wayclip
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-01-13 16:29manpages: add -pNihal Jere2+5-0
2023-01-13 16:29waypaste: support primary clipboardNihal Jere1+33-14
2022-10-09 02:30When you have defined .c.o rule, you shouldn't override it.Matěj Cepl1+0-2
2022-10-05 01:21add primary clipboard support with -pNihal Jere3+11-3
2022-10-04 13:07Take into account $CFLAGS if set.Matěj Cepl1+1-1
2022-10-04 23:53make compatible with bmakeNihal Jere1+6-6
2022-08-09 18:56Makefile: specify dependencies properlyNihal Jere1+16-11
2022-08-09 18:29common: expose only what is necessaryNihal Jere2+2-4
2022-08-09 18:21remove unused includesNihal Jere2+1-5
2022-08-05 01:10manpages: fix datesNihal Jere2+2-2
2022-08-01 18:44add manpagesNihal Jere3+60-1
2022-07-03 03:00remove util.[ch]Nihal Jere7+100-110
2022-07-03 02:42brace styleNihal Jere2+6-8
2022-07-03 02:24add -h optionNihal Jere3+12-4
2022-05-22 06:33assume UTF-8 in absence of an explicit mimetypeNihal Jere1+1-1
2022-05-02 02:40waycopy: increase _POSIX_C_SOURCE to 200809LNihal Jere1+1-1
2022-05-01 16:35need _POSIX_C_SOURCE 2 for getopt to worktleydxdy1+1-0
2022-04-19 18:02Revert "waycopy: close stdout immediately, since it is unused"Nihal Jere1+0-1
2022-04-19 18:01assign initial options values at compile timeNihal Jere4+4-12
2022-04-03 15:25styleNihal Jere1+1-3
2022-04-02 16:30waypaste: only do an extra roundtrip if we need to retrieve seatsNihal Jere1+2-1
2022-04-02 03:17Makefile: POSIXifyNihal Jere2+3-0
2022-04-02 03:11make copyfd parameters immutableNihal Jere1+1-1
2022-03-18 04:18remove ampersand, since we now fork into backgroundNihal Jere1+1-1
2022-03-15 03:46waycopy: only do extra display round trip when necessaryNihal Jere1+2-1
2022-03-15 03:45waycopy: fork by defaultNihal Jere6+24-6
2022-03-01 01:43waycopy: close stdout immediately, since it is unusedNihal Jere1+1-0
2022-02-27 21:57waycopy: handle longer read/writes properlyNihal Jere2+6-7
2022-02-27 21:38Makefile: add EXE variableNihal Jere1+3-2
2022-02-24 19:01add LICENSE and READMENihal Jere2+40-0
2022-02-24 18:55waycopy: unlink temp file immediately after creationNihal Jere1+2-1
2022-02-23 23:18Makefile: cleanupNihal Jere1+17-6
2022-02-23 23:02remove unused mimetype arrayNihal Jere1+0-3
2022-02-23 18:53extract common code into common.cNihal Jere5+79-113
2022-02-23 18:42util: copyfd: make variables more local, fix typeNihal Jere1+5-5
2022-02-23 00:45add seat and mimetype parametersNihal Jere4+124-10
2022-02-22 18:39waypaste: man pipes localNihal Jere1+1-1
2022-02-22 15:55waycopy: replace copyfile with copyfdNihal Jere3+9-43
2022-02-22 06:12waycopy: add missing returnNihal Jere1+1-0
2022-02-22 05:29add waypasteNihal Jere6+165-24
2022-02-22 01:39copy arbitrary dataNihal Jere3+68-14
2022-02-21 17:57initial commit: paste a fixed stringNihal Jere6+420-0