DaanVanVugt·6 lat temu·discussFor `cp some/long/path/to/foo.txt some/long/path/to/foo2.txt` I always liked brace expansion, for example`cp some/long/path/to/{foo,foo2}.txt`(Though foo{,2}.txt is even shorter)
DaanVanVugt·7 lat temu·discussThis sounds like something the Stylish browser addon could do for you easily.
DaanVanVugt·7 lat temu·discussIt could be an additional multiple choice field, with N+1 options. Both would need to be filled in for the form to be valid.
DaanVanVugt·7 lat temu·discussThis is easily prevented by additionally marking the number of candidates chosen.
`cp some/long/path/to/{foo,foo2}.txt`
(Though foo{,2}.txt is even shorter)