beets/beets
Thomas Scholtes e8e0682aae Add completion support for bash 3.2
Bash 3.2 does not have associative arrays, so we hack around that by using
generic varibale names like `opts__$cmd`. We also don't support the "?" alias
anymore.
2014-02-22 17:59:23 +01:00
..
autotag Fix #514: add distance between string and None 2014-01-30 15:23:58 +01:00
dbcore fix numeric queries over empty string (fix #547) 2014-02-17 22:51:53 -05:00
ui Add completion command 2014-02-20 01:15:03 +01:00
util Fix configuration priorities (see #513) 2014-02-03 01:16:35 +01:00
__init__.py enable queries over computed attributes 2013-12-24 15:30:39 -08:00
completion.py Add completion support for bash 3.2 2014-02-22 17:59:23 +01:00
completion_base.sh Add completion support for bash 3.2 2014-02-22 17:59:23 +01:00
config_default.yaml Add group albums stage and configuration 2014-02-01 15:02:00 +01:00
importer.py Ask if should_skip() instead of sentinel 2014-02-01 20:34:21 +01:00
library.py Model._parse() class method 2014-02-13 21:29:17 -08:00
mediafile.py fix id3v23 tag writing 2013-11-03 21:36:57 -08:00
plugins.py move remaining generic Query types to dbcore.query 2014-01-20 16:40:50 -08:00
vfs.py move Destination method to Item class 2013-09-17 09:09:10 -07:00