Search Criteria
Package Details: rot13 3-3
Git Clone URL: | https://aur.archlinux.org/rot13.git (read-only, click to copy) |
---|---|
Package Base: | rot13 |
Description: | Converts text with ROT13 from STDIN to STDOUT or text given as arguments. |
Upstream URL: | None |
Licenses: | |
Submitter: | akurei |
Maintainer: | akurei |
Last Packager: | akurei |
Votes: | 29 |
Popularity: | 0.108424 |
First Submitted: | 2013-11-29 21:22 |
Last Updated: | 2020-07-20 15:41 |
Latest Comments
1 2 Next › Last »
kseistrup commented on 2020-07-20 18:38
Thanks!
Looking at the code for the
caesar
command in the bsd-games package, it seems that you can symlinkcaesar
torot13
and it will behave as if you had calledcaesar
ascaesar 13
.It also seems that the original
rot13
command was just a shell-wrapper aroundcaesar
:exec caesar 13 "$@"
.akurei commented on 2020-07-20 15:41
Done.
kseistrup commented on 2020-07-20 14:50
The rot13 binary no longer seems to be included in community/bsd-games. Could you remove the conflict, please?
akurei commented on 2019-04-03 09:49
Thanks, fixed.
rsidhoum commented on 2019-04-02 20:04
It seems it conflict with community/bsd-games
akurei commented on 2016-02-28 17:25
Haha sorry, that's what I get for building my stuff with --skipinteg for testing. Updated.
Thah commented on 2016-02-28 17:21
Great!
Now, if you could adjust the sha384sum please?
;-)
akurei commented on 2016-02-28 17:05
Finally got to cleaning up the code. Also runs about 400 % faster now.
Binary is also 2K smaller and source more readable. 50MB of text in about one second:
https://gist.github.com/anonymous/44d9815f05b0e93b4169
akurei commented on 2014-10-04 22:12
Thanks for the heads-up. I updated the PKGBUILD.
twiggers commented on 2014-10-04 21:47
404 not found.