1
0
Fork 0
Commit Graph

1051 Commits

Author SHA1 Message Date
cage 45d74863c3 - refactored clipboard utitlity function. 2022-03-04 14:36:11 +01:00
cage 826423c7d7 - added command to copy a link to clipboard. 2022-03-04 14:33:55 +01:00
cage e60b886c7d - changed sizes and title of window that shows tour links. 2022-03-04 14:20:14 +01:00
cage 4dd530edb7 - remove the root of the keychord tree when hitting :backspace. 2022-03-02 21:04:04 +01:00
cage 674ee6b59a - added a command to clear the cache;
- fixed 'cat-parent-dir'.
2022-03-02 20:44:54 +01:00
cage 55d6593e0c - clear gemlog window when scrolling. 2022-02-26 14:09:58 +01:00
cage a1d669835b - [kami] prevented crash when uploading or downloading failed. 2022-02-26 11:26:41 +01:00
cage 80755d9047 - [kami] used info messages instead of notification when uploading or downloading files. 2022-02-26 11:23:30 +01:00
cage 5f17796318 - added docstring. 2022-02-25 16:40:53 +01:00
cage 8e9e19dd82 - added command 'gemini-jump-to-link';
- fixed layout in gemini full screen mode.
2022-02-25 16:37:43 +01:00
cage 8e7a25b19c - [gemini] added two new commands to go back in an URL path. 2022-02-25 13:11:48 +01:00
cage 94f5377008 - updated italian translation. 2022-02-25 12:47:15 +01:00
cage 965f09b69e - added 'k' and 'j' as alias for scrolling windows up and down. 2022-02-25 12:37:18 +01:00
cage 6a942b6110 - fixed positioning of message-window when resizing terminal in gemini mode. 2022-02-25 12:21:45 +01:00
cage 8c1325cafa - prevented thread-window from disappears when resizing the terminal window's width. 2022-02-25 12:16:25 +01:00
cage aec2b09920 - made the program re-expand truncated title when the width of terminal window increased. 2022-02-25 12:09:03 +01:00
cage 84f0aadf21 - prevented window's title to go out of the window's width. 2022-02-25 12:01:05 +01:00
cage 74f363af3a - asking for confirmation when quitting the program using 'q'. 2022-02-25 11:28:24 +01:00
cage 1acad1fad9 - [gemini] added searching or jumping to first or last item in a TOC window. 2022-02-24 18:42:11 +01:00
cage 808dad006e - used osicat as provider for 'mkstemps'. 2022-02-24 17:38:57 +01:00
cage 9fab9d8771 - added keychord 'C-q' to quit the program. 2022-02-23 21:13:52 +01:00
cage b10530e1d0 - fixed event triggered by backspace when the keybinding suggestion
tree is shown (thanks tgl!);
- updated ci/README.md.
2022-02-23 20:17:39 +01:00
Franceso Bonanno 5ae32630da Adding CI/CD and container building support 2022-02-21 20:22:31 +01:00
cage 0f0a6935ac - added script 'gemget.lisp'. 2022-02-20 14:40:35 +01:00
cage f9367e5779 - quoted variables to prevent globbing. 2022-02-20 13:06:32 +01:00
cage 32eea570d4 - added option '--do-not-prompt' to quick_quicklisp.sh, to prevent asking question about init file modification. 2022-02-20 12:54:53 +01:00
cage 081bc85272 - fixed guessing of parent dir from value of $PWD
in script quick_quicklisp.sh (thanks mibofra!).
2022-02-20 12:21:33 +01:00
cage 6be8fac680 - [kami] ensured 'collect-tree' returns both values: files and directories. 2022-02-19 14:13:03 +01:00
cage 39ffbee1a6 - prevented reusing an already clunked fid when uploading a file. 2022-02-19 13:37:22 +01:00
cage 6db658862f - prevented some kind of windows from losing focus (thanks reDFog)! 2022-02-19 13:37:22 +01:00
cage 8f04e4efbb - prevented crash when bookmarking the start page in gemini fullscreen
mode (Thanks reDFog!).
2022-02-19 13:36:56 +01:00
cage 5f8dc6c5a2 - removed bash specific syntax (thanks op!). 2022-02-18 23:09:17 +01:00
cage 5f1fab5926 - printed a minimal list of keychords on the welcome window. 2022-02-18 21:28:48 +01:00
cage a8e94545bd - added a minimal list of keybindings to welcome window. 2022-02-18 20:53:44 +01:00
cage dce7598989 - [kami] prevented a crash (and a fid leak) when creating new files or directories. 2022-02-18 19:20:47 +01:00
cage 7f6c6feace - updated building scripts. 2022-02-18 19:08:28 +01:00
cage 9070a72a64 - removed bash as dependency (thanks op!);
- made quick_quicklisp.sh executable.
2022-02-18 19:06:09 +01:00
cage faaa26a5c9 - added missing '$' in variable name. 2022-02-18 12:57:44 +01:00
cage 2e824517fb - added check for purgatory dir when installing package. 2022-02-18 12:33:34 +01:00
cage d592cde764 - added cloning of purgatory from repository. 2022-02-18 12:22:45 +01:00
cage 60e4cbdd74 - updated Makefile.am to install two new scripts. 2022-02-18 12:06:28 +01:00
cage 9d561dea01 - moved test for gettext. 2022-02-18 11:28:28 +01:00
cage 7d4716a30f - added more tests in configure.ac 2022-02-18 10:52:38 +01:00
cage e8e4711074 - fixed symbol export for 'normalize path' (thanks op!). 2022-02-17 21:35:25 +01:00
cage 954aa2eaa0 - updated italian translation. 2022-02-17 19:23:37 +01:00
cage 9be010a3b4 - updated docstrings. 2022-02-17 19:22:18 +01:00
cage 444f7939ce - [kami] prevented crash when downloading fails, notify an error instead. 2022-02-17 19:17:52 +01:00
cage 283930efef - forced opening of TOC window when loading a net address as instructed from the command line (i.e. using the '-o' switch). 2022-02-17 19:01:48 +01:00
cage 9e62a10995 - added a script to import and export gemlog subscriptions;
- prevented printing diagnostic message if  the program is executing a
  script.
2022-02-17 18:20:28 +01:00
cage 8da549e127 - improved 'text:to-s', accepts byte or character vectors. 2022-02-17 16:04:26 +01:00