Commit graph

15 commits

Author SHA1 Message Date
Andrew Rogl
e262766580 pyupgrade root 2021-08-25 15:27:16 +10:00
wordofglass
0f89f17227 add missing division future imports 2016-04-16 18:33:54 +02:00
wordofglass
0cfddfaa8a add missing absolute_import future imports 2016-04-16 02:28:54 +02:00
wordofglass
6b43e1204f add missing print_function future imports 2016-04-16 01:53:39 +02:00
Jack Wilsdon
12cd5306b7 Update copyright dates to 2016 2015-12-30 15:42:06 +00:00
Peter Kessen
0e5a1e6b00 added encoding to beet itself 2015-11-19 19:09:11 +01:00
Frederik “Freso” S. Olesen
4b1f0cbf48 Happy 2015. ;)
See 7a410f636b

Command used:

    git grep -l 'Copyright 201'|xargs sed -i -E 's/Copyright 201./Copyright 2015/'`
2015-01-08 21:37:09 +01:00
Thomas Scholtes
bc55747abc More flake fixes 2014-04-09 19:16:38 +02:00
Adrian Sampson
7a410f636b happy new year
For future reference, this command did the trick:
ack -l 'Copyright 201' | xargs perl -pi -E 's/Copyright 201./Copyright 2013/'
2013-01-11 10:43:41 -08:00
Adrian Sampson
a91ea35517 misc. overdue code cleanup 2010-07-09 18:07:15 -07:00
Adrian Sampson
a7868f0d6a moved root parsr and main function to ui module 2010-07-05 16:28:26 -07:00
Adrian Sampson
2ca121cb03 preliminary reorganization of CLI code; remove cmdln module dependency 2010-07-05 16:18:23 -07:00
Adrian Sampson
93077c8410 added basic logging during imports
Just prints "skip" or "asis" followed by the album path for each untaggable
album.
2010-06-27 01:24:15 -07:00
Adrian Sampson
da69c391ec add "beet stats" command for a few entertaining statistics 2010-06-08 17:08:23 -07:00
Adrian Sampson
634690a811 change name of command-line tool to "beet"
--HG--
rename : bts => beet
2010-05-28 08:37:38 -07:00
Renamed from bts (Browse further)