Add section for rand.

This commit is contained in:
Mid Favila 2022-01-26 14:36:27 -04:00
parent 19a61078d6
commit 6e93011f0d
1 changed files with 4 additions and 1 deletions

5
TODO
View File

@ -50,4 +50,7 @@ plumber
-Improve handling of Reddit links (ideally people just wouldn't use Reddit, but alas) -Improve handling of Reddit links (ideally people just wouldn't use Reddit, but alas)
-Remove redundant program calls e.g sed foo|sed bar with sed -ne 'foo' -e 'bar/p' -Remove redundant program calls e.g sed foo|sed bar with sed -ne 'foo' -e 'bar/p'
-Add proper handling of file:// URIs [high priority] -Add proper handling of file:// URIs [high priority]
-Add support for FTP, SSH, and other protocols -Add support for FTP, SSH, and other protocols
rand
-No problems known at the moment.