0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
birdseye: Refactoring: Use defaultdict More... 6 days ago
birdseye: ENH: Show all (<=4) / the highest and lowest priorities instead of just a "*" More... 9 days ago
ENH: Show all (<=4) / the highest and lowest priorities instead of just a "*" More... 9 days ago
Refactoring: Extract priority and store in taskPriorities Dict as value of type Set More... 9 days ago
birdseye: More refactorings and optimization More... 9 days ago
Optimization: Use a Set for prioritizedTasks More... 9 days ago
Renaming: Better (longer) and more consistent variable names More... 9 days ago
Cosmetics: Remove unnecessary List More... 9 days ago
latest: Config: Reduce number of tasks shown to avoid paging More... 10 days ago
cheat: Removed: Paging More... 10 days ago
birdseye: ENH: Implement filtering for [TERM] More... 10 days ago
ENH: Implement filtering for [TERM] More... 10 days ago
Refactoring: Move usage to shell script, separate birdseye.py in lib/ More... 10 days ago
Refactoring: Style: Modern consistent Python 3 layout More... 10 days ago
Documentation: Removed: Changelog (it's in Git) and excessive documentation on the todo.txt format More... 10 days ago
Style: Raise ValueError on wrong selector/axis and name variables like the subject More... 10 days ago
Style: Use dict.get() More... 10 days ago
Style: Suppress pylint errors and reduce line lengths More... 10 days ago
Style: spacing, global More... 10 days ago
Optimization: Compile TODOTXT_SIGIL_{BEFORE,AFTER}_PATTERN and process only defined patterns in a loop More... 10 days ago
ENH: Support TODOTXT_SIGIL_{BEFORE,VALID,AFTER}_PATTERN More... 10 days ago
Refactoring: Extract getWordWithSigil() and use sigil instead of prefix More... 10 days ago
Refactoring: Use "with", drop the custom error message More... 10 days ago
Refactoring: Minor: Inline vars More... 10 days ago
Refactoring: Minor: Use ternary More... 10 days ago
CHG: Refactoring: Use sorted() and sort second by case-insensitive item name More... 10 days ago
Refactoring: Minor: Return early More... 10 days ago
Refactoring: Partition once, define printItemTaskGroup() to encapsulate all same args More... 10 days ago
Refactoring: Replace conditional for dict containment with dict.get() More... 10 days ago
Cleanup: No need for containment check due to dict.setdefault() More... 10 days ago