twixter

A twtxt command line client in Rust

git clone git://git.shimmy1996.com/twixter.git
DateCommit messageAuthorFiles+-
2019-10-05 01:30Bump versions and check in Cargo.lockShimmy Xu2+1688-1
2019-10-05 00:32Use usize for timeline lengthShimmy Xu1+2-2
2019-10-04 22:17Use helper to get current time in DateTime<FixedOffset>Shimmy Xu1+31-12
2019-10-04 21:12Make absolute time the default in DisplayShimmy Xu2+6-6
2019-10-04 21:09Add tests for Entry and clean up formatting adjustmentsShimmy Xu2+70-5
2019-10-04 21:08Rename to_string to to_twtxtShimmy Xu2+3-3
2019-10-04 16:04Use a separate Entry struct for all the parsing logicShimmy Xu4+142-94
2019-09-17 14:14Add README in markdown formatShimmy Xu2+19-0
2019-09-17 14:06Update package metaShimmy Xu1+3-4
2019-09-15 21:43Add support for relative timestampsShimmy Xu3+68-10
2019-09-15 16:22Add package metaShimmy Xu1+7-0
2019-09-15 16:15Bump versionShimmy Xu1+1-1
2019-09-15 15:49Implement follow subcommandShimmy Xu2+20-0
2019-09-15 15:48Skip sources that cannot be reachedShimmy Xu1+8-7
2019-09-15 04:44Move logic that pulls user's own twturl to timelineShimmy Xu2+7-6
2019-09-15 04:31Clean up importShimmy Xu1+1-1
2019-09-15 04:29Implement timelineShimmy Xu4+65-2
2019-09-15 03:44Move tweet to separate moduleShimmy Xu2+66-61
2019-09-15 03:36Move Config to separate moduleShimmy Xu2+47-43
2019-09-06 04:19Implement pre_tweet_hook and post_tweet_hookShimmy Xu3+59-53
2019-09-04 14:29Use clap to parse user post contentShimmy Xu1+16-1
2019-09-04 14:04Add logic to parse followingShimmy Xu1+13-0
2019-09-03 14:21Specify Pre-Release VersionShimmy Xu1+1-1
2019-09-03 14:21Allow Patch Updates in DependenciesShimmy Xu1+4-4
2019-09-03 14:19Change Config Format to INIShimmy Xu4+16-18
2019-09-03 13:48Accept Config OverridesShimmy Xu1+11-2
2019-09-03 13:48Add Command Line InterfaceShimmy Xu2+43-3
2019-09-03 01:43Initial CommitShimmy Xu7+344-0