github.com/quantumghost/awgo@v0.15.0/TODO (about)

     1  
     2  Refactor:
     3  	- Embed Alfred, Feedback, MagicActions (...) into Workflow?
     4  		- Filter API is different
     5  	- Add FieldNum to binding (save all the iteration) @done(2018-02-13)
     6  	- Update API: Dodgy?
     7  	- Fuzzy API: Dodgy?
     8  
     9  Features:
    10  	- Conf: fallbacks for unset *and* empty variables @done(2018-02-12)
    11  	- Bind to struct via tags @done(2018-02-11)
    12  	- Add RunScriptFile to util @done(2018-02-11)
    13  	- Add Alfred struct @done(2018-02-11)
    14  		- NewAlfred() @done(2018-02-11)
    15  		- Search() @done(2018-02-11)
    16  		- Action() @done(2018-02-11)
    17  		- Browse() @done(2018-02-11)
    18  		- RunTrigger() @done(2018-02-11)
    19  		- SetConfig() @done(2018-02-11)
    20  		- RemoveConfig() @done(2018-02-11)
    21  	- Use "match" field for fuzzy sorting Items, not "sortkey" @3.5 @done(2018-02-11)
    22  		"match" field added in Alfred 3.5
    23  
    24  Other:
    25  	- Check code for noob mistakes
    26  
    27  
    28  Archive:
    29  	- Session-scoped cache @done(2017-08-13) @project(Features)
    30  	- Remove info.plist parsing (use envvars only) @done(2017-08-13) @project(Features)
    31  		Will probably require lots of changes to the tests
    32  	- Move MagicActions into Workflow @done(2017-08-13) @project(Features)
    33  	- Caching @done(2017-08-13) @project(Features)
    34  		Read/write bytes to named cache/data file.
    35  		LoadOrSave() - Read from cache or reload and cache.
    36  	- Make SemVer accept pre-release data without minor and patch numbers. @done(2017-09-15) @project(Features)
    37  	- Separate HTTP connect and download timeouts in update.go. @done(2017-09-15) @project(Features)
    38  
    39  #  vim: ft=taskpaper ts=2 sw=2 tw=80 noet :