Skip to content

Latest commit

 

History

History
39 lines (38 loc) · 1.38 KB

TODO.md

File metadata and controls

39 lines (38 loc) · 1.38 KB

Bugs

  • Fails to parse backslashes

Etc.

  • valgrind: memory leak??

  • htoml-megaparsec

  • allow to override with custom credential file

  • parse credentials intelligently by key

  • allow custom number of tweets

  • thread stuff nicely

  • make it thread automatically?

  • fix bug causing short things

    • verify?
    • fix parser bugs
  • documentation

  • shortcuts for color? since I end up using show . yellow . text so often!

  • allow nicer parsing of handles

  • force functions to tweet only data of type Tweet

  • improved developer ergonomics

  • add support for unicode

  • make cli interface nice/usable by humans

  • let it install bash completions by itself?

    • parser with actual commands!
  • get/process your timeline

    • parse returns module?
    • return id/ADT instead of strings
      • include id/screen name
  • show quote tweets?

  • read credentials once + do stuff with keys in memory

  • use T.Text instead of String (?)

  • fix w/ megaparsec stuff for replacing ampersands

  • Improve README

  • display stuff directly

  • back to old parser? aeson is being buggy!

  • change to filled heart when user has faved it?

  • when replying to a tweet, automatically include handle of whoever is being replied to

  • get rid of head in various places.

  • flag to filter out replies generally