Tim Visée
Tim Visée
The line ``` tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=1998164k,nr_inodes=1048576,inode64) ``` specifies that your `/tmp` is a RAM-disk limited to 2GB. Since you're likely trying to archive files with a total...
Thanks for mentioning. `clipboard` seems to be abandoned, and I didn't know this was a replacement (fork). Now I did intend to use a forking clipboard provider on Linux. I...
> Also if you could make a "hack" mentioned in [alacritty/copypasta#15](https://github.com/alacritty/copypasta/issues/15) to your `ext` crate, would be nice. Just added: https://github.com/alacritty/copypasta/issues/15#issuecomment-636329467 Regarding wayland support, some smart function must be added...
Started implementing some stubs on the [`use-copypasta-ext`](https://gitlab.com/timvisee/ffsend/-/tree/use-copypasta-ext) branch.
Cool! `ffsend ` could become ambiguous, that's why I won't implement that directly. You can however use the `ffput` binary name to achieve this for uploading, which is even a...
> Would it be possible to 'install' those binaries during installation (I am using the AUR package) ? Yes, that is possible. However, I wonder whether that is a good...
I'm not quite sure what you're trying to explain here, sorry. Send only supports uploading a single file. That's why, when choosing multiple files in the Send interface, or when...
I see. Does a file uploaded in this way fail to extract (on other platforms as well)? `ffsend` does not do any file modifications, except for extracting an archive it...
Woah, you're right! I was able to reproduce this. I'm seeing the same on my Linux machine. This is super weird. I don't understand yet how something like this can...
I agree, this would be desirable. On the technical level: probably in `toml` format using `serde` structs. The command handler should probe these configuration values from the struct, in a...