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 |
|