Commit Briefs

Omar Polo

refactor print_line_break (proposal/break-page)


Omar Polo

switch from ^L to a line of only `-'

The ^L implementation was ugly and wrong. Using a character from the already allowed set is better. Also, the motivation for ^L was to avoid breaking existing pages (as much as possible). But using a line consisted of only `-' shouldn't break anything, but only improve the legibility. In the future other characters may be added (like a line of only EN DASH or EM DASH for example.)



Omar Polo

sync changelog



Omar Polo

sort includes



Omar Polo

ignore the crashed file if in safe_mode

During safe_mode the fs process shouldn't open or unlink the crashed_file.




Omar Polo

mention -C in usage()


Omar Polo

sync


Omar Polo

add a safe/sandbox mode

When enabled with the -S (or --safe) flag, prevent telescope from writing files to the disk.


Omar Polo

sync


Omar Polo

reset download byte counter