Commit graph

201 commits

Author SHA1 Message Date
Aaron Liu
9123297951 Update terminalimageviewer.rb 2021-05-22 19:07:21 +02:00
Aaron Liu
e5ef996c44 Remove redundant text 2021-03-14 11:10:39 +01:00
Aaron Liu
589d7f5365 Added non-deprecated homebrew installation option 2021-03-14 11:10:39 +01:00
pepa65
91d74f6678 Squash warning
Make end_marker unsigned
2020-12-14 20:55:15 +01:00
Aaron Liu
47e45c782d Add note 2020-10-22 20:56:54 +02:00
Stefan Haustein
daf50506dd Merge branch 'master' of https://github.com/stefanhaustein/TerminalImageViewer into master 2020-10-21 23:42:24 +02:00
Stefan Haustein
5dce9e6108 Fix initialization issue #87 (replicating an earlier pull request that wasn't submitted for some reason) 2020-10-21 23:42:01 +02:00
Aaron Liu
5f1a7dd28e Update terminalimageviewer.rb 2020-08-02 20:16:34 +02:00
Aaron Liu
20dcfd0221 Update README.md 2020-07-07 23:01:09 +02:00
Aaron Liu
60a3dc734f Update terminalimageviewer.rb
Full credit to @cxwx !
2020-07-07 23:01:09 +02:00
Stefan Haustein
9566005db8 Version numer v1.1.0 2020-07-05 16:42:42 +02:00
Stefan Haustein
81717de7c4 Merge branch 'master' of https://github.com/stefanhaustein/TerminalImageViewer 2020-07-05 13:15:52 +02:00
Stefan Haustein
37dc1f9b07 Add an explicit error message for files that can't be opened 2020-07-05 13:15:42 +02:00
Stefan Haustein
397f4ea580
Update README.md 2020-06-01 14:18:22 +02:00
Stefan Haustein
8065da142e
Update README.md 2020-06-01 14:15:32 +02:00
Aaron Liu
f78b65c1f3 Homebrew!
Almost forgot to add macOS support
2020-04-09 13:43:08 +02:00
Aaron Liu
58ff3e47e6 Homebrew!
Note that the `brew install` way only works after you've merged my fork.
2020-04-09 13:43:08 +02:00
Aaron Liu
b3b942bb41 Homebrew!
Should close #60
2020-04-09 13:43:08 +02:00
Jan Chren (rindeal)
134ca73909 cpp: prevent crashes when last argument expects a value 2019-10-21 21:12:09 +02:00
Jan Chren (rindeal)
92ecfa55f2 cpp: fix whitespaces
- strip trailing WS
- 8-char tabs -> 8 spaces
- use 2 spaces for indentation consistently
2019-10-21 21:12:09 +02:00
Stefan Haustein
e79df170f5 Fix light down unicode #64 and an initial color issue resulting from the fix for #68 2019-10-19 11:42:54 +02:00
Jan Chren (rindeal)
1de00052a1 cpp: don't emit duplicate color codes
Closes: https://github.com/stefanhaustein/TerminalImageViewer/issues/54
2019-10-19 11:27:06 +02:00
Jan Chren (rindeal)
4743f30485 Makefile: make it packaging friendly 2019-10-19 00:29:07 +02:00
shabbyrobe
97ac9f02f9 Replace best_diff when a better diff comes along 2019-10-14 19:14:27 +02:00
Nikita Kodenko
0721c1f9fd removable-media plug in snapcraft.yaml 2019-08-31 05:45:57 +02:00
teresaejunior
ef650dd5ee Adapt to changes in Snapcraft 2019-05-31 16:41:52 +02:00
crouvpony47
bbc34345a1 output redirection and color calculation fixes; minor improvements
fix: no longer accessing unexisting element of color_per_count;
fix: improved redirection handing;
fix: don't print empty rows in thumbs mode.
2019-05-22 11:11:39 +02:00
Stefan Haustein
53dff6f5b9
Update README.md 2019-03-26 21:35:23 +01:00
Stefan Haustein
12089c098a
Update README.md 2019-03-26 21:32:58 +01:00
Stefan Haustein
1cdfc4d9db
Update README.md 2019-03-26 21:30:28 +01:00
cabelo
128e106b82 Redirect STDOUT to file 2019-03-26 21:26:43 +01:00
cabelo
5ef1f70a3a Redirect STDOUT to file 2019-03-26 21:26:43 +01:00
Stefan Haustein
f055e5b675 Revert "Persistence options"
This reverts commit aef2fbccdc.
2019-03-23 22:33:28 +01:00
Stefan Haustein
d749d51042 Revert "Constant standard output stream"
This reverts commit 543cebef37.
2019-03-23 22:33:28 +01:00
Stefan Haustein
cd2805d33d Revert "null values"
This reverts commit 9717adc840.
2019-03-23 22:33:28 +01:00
Stefan Haustein
7e5b9d94ee Revert "null values"
This reverts commit 28e9f5e40e.
2019-03-23 22:33:28 +01:00
Stefan Haustein
0973fbd76c Revert "null values"
This reverts commit 3e57ebb80c.
2019-03-23 22:33:28 +01:00
Alan De Smet
419056506f Cleanup to match upstream style. 2019-03-23 22:32:20 +01:00
Alan De Smet
f97c6e9eb0 Make operator* a member of struct size
instead of being global
2019-03-23 22:32:20 +01:00
Alan De Smet
06467c38d8 Center tall, skinny thumbnails in their space. 2019-03-23 22:32:20 +01:00
Alan De Smet
6b80bc0717 Preserve aspect ratio of tall, skinny images in thumbnails. 2019-03-23 22:32:20 +01:00
Alan De Smet
69f57a4730 Add operator<<(istream) for size for debugging 2019-03-23 22:32:20 +01:00
Alan De Smet
b58820e647 Extract size-to-fit logic for re-use in thumbnails. 2019-03-23 22:32:20 +01:00
cabelo
3e57ebb80c null values 2019-03-23 22:30:54 +01:00
cabelo
28e9f5e40e null values 2019-03-23 22:30:54 +01:00
cabelo
9717adc840 null values 2019-03-23 22:30:54 +01:00
cabelo
543cebef37 Constant standard output stream 2019-03-23 22:30:54 +01:00
cabelo
aef2fbccdc Persistence options 2019-03-23 22:30:54 +01:00
Thomas Kupper
9734ff585d Extend Makefile for cross-compiling 2019-03-23 19:59:39 +01:00
Alan De Smet
9943deed2c Convert greyscale inputs to RGB. 2019-03-22 20:57:58 +01:00