index
:
HearURL
master
Listens for URLs over TCP and opens them in a local browser
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-05-07
main.rs: Match `Option` when setting browser
Teddy Wing
2017-05-07
main.rs: Add browser option
Teddy Wing
2017-05-07
main.rs: Add command line options parsing
Teddy Wing
2017-04-23
Cargo.*: Add 'getopts' crate
Teddy Wing
2017-04-23
Update TODO
Teddy Wing
2017-04-14
Cargo.*: Add 'url' crate
Teddy Wing
2017-04-13
open_url.sh: Add documentation comment for Irssi openurl integration
v0.0.1
Teddy Wing
2017-04-13
Add open_url.sh
Teddy Wing
2017-04-13
Add TODO
Teddy Wing
2017-04-13
main.rs: Clean up `main` error handling
Teddy Wing
2017-04-13
main.rs: Handle `main` errors
Teddy Wing
2017-04-13
main.rs: Open the stream input in Opera
Teddy Wing
2017-04-13
main.rs: Add `try!` around STDERR writer
Teddy Wing
2017-04-13
main.rs: Remove unused import TcpStream
Teddy Wing
2017-04-13
main.rs: Write TCP stream errors to STDERR
Teddy Wing
2017-04-13
main.rs: Get rid of UDP code
Teddy Wing
2017-04-13
main.rs: Try out TcpListener
Teddy Wing
2017-03-16
main.rs: Copy UdpSocket example to test out sockets
Teddy Wing
2017-03-16
Initial commit. Base project generated from `cargo init`.
Teddy Wing