index
:
pywal.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pywal
/
image.py
Age
Commit message (
Expand
)
Author
2019-03-15
Fix unused variable
Lorenz Leitner
2019-03-15
Remove redundant method
Lorenz Leitner
2019-03-15
Add recursive argument to cli
Lorenz Leitner
2019-03-15
Iterative images recursively
Lorenz Leitner
2019-03-15
Fix current wallpaper reuse
Lorenz Leitner
2019-03-15
Check file ending
Lorenz Leitner
2019-03-15
Basic functionality
Lorenz Leitner
2019-03-14
Print found directories
Lorenz Leitner
2018-05-24
image: Show basename of file
Dylan Araps
2018-04-18
images: Added --iterative option. Closes 227
Dylan Araps
2018-04-03
themes: Enhance listing.
Dylan Araps
2018-04-01
general: Added logging.
Dylan Araps
2018-01-02
image: Cleanup
Dylan Araps
2017-12-31
shuffle: Better error handling, don't exit if one image found. Closes #149
Dylan Araps
2017-12-28
image: use a different shuffle algo
Dylan Araps
2017-10-29
image: Fix shuffle not working with some file types
dylan araps
2017-08-15
image: Fix bug with relative image paths.
Dylan Araps
2017-08-10
general: Remove all pathlib usage
Dylan Araps
2017-08-10
general: Remove all pathlib usage
Dylan Araps
2017-08-09
general: Make pywal compatible with python 3.5
Dylan Araps
2017-07-28
general: Use sys.exit everywhere.
Dylan Araps
2017-07-24
image: Fixed bug causing shuffle to use duplicate images
Dylan Araps
2017-07-24
general: Rename constants
Dylan Araps
2017-07-23
tests: Fix tests
Dylan Araps
2017-07-23
api: More changes.
Dylan Araps
2017-07-22
api: Remove wal.py
Dylan Araps
2017-07-22
General: move cache call
Dylan Araps
2017-07-22
general: Remove comments that just repeat what the code does.
Dylan Araps
2017-07-20
General: Unhardcode all CACHE_DIR and COLOR_COUNT usage.
Dylan Araps
2017-06-30
general: Split image functions into own module and remove un-needed pathlib i...
Dylan Araps