1
0
Fork 0
Commit Graph

853 Commits

Author SHA1 Message Date
cage 1cf9be1863 - added function 'fs:path-referencing-dir-p'. 2022-01-23 13:06:24 +01:00
cage 1d2d528d95 - [kami] close the connection when closing the filesystem explorer window;
- fixed a prompt and an error message.
2022-01-23 12:53:08 +01:00
cage 7517688f03 - updated italian translation. 2022-01-22 15:21:46 +01:00
cage 67090fa681 - [kami] added a window with details of teh file (permissions, size etc.). 2022-01-22 15:17:33 +01:00
cage c7132f3ccc - [kamid] using the path of the uri when mounting a filesystem. 2022-01-22 13:33:41 +01:00
cage 8e1586de15 - fixed generation of TLS client certificates when using an openssl binary linked with libressl (thanks op!). 2022-01-16 16:49:00 +01:00
cage b7af742cb0 - added 'kami-open-url'. 2022-01-15 19:05:08 +01:00
cage 2dd2a738a7 - adding user info in uri related functions. 2022-01-15 17:50:53 +01:00
cage 38b74b782b - [kami] removed harmful 'when-let*' that was eating some directory entries. 2022-01-14 21:05:18 +01:00
cage 5ba28e1b4f - [kami] increased download buffer-size;
- [kami] actually supersede a file when uploading;
- ensured the uploaded file is seleted after uploading (filesystem
  explorer window).
2022-01-14 17:37:38 +01:00
cage a44e91322f - [kami] prevented reading entire file in memory when downloading. 2022-01-14 17:09:23 +01:00
cage edf970e5fc - updated italian translation. 2022-01-09 14:51:29 +01:00
cage b4ecbe49b0 - added a draft for a kami client. 2022-01-09 14:47:22 +01:00
cage 97e83bf75d - removed 9p client code;
- fixed 'open-resource-with-external-program'.
2022-01-08 19:03:41 +01:00
cage bc4ec1ed34 - added code to edit the file in a filesystem explorer window;
- fixed a couple of functions that was trying to download a file when upload was correct instead.
2022-01-08 13:18:45 +01:00
cage 222bf66d52 - fixed a bug in 'jump-to-parent-node', 'normalize a path with a '..' already generate a path that points to the parent. 2022-01-06 18:38:37 +01:00
cage a8904c3aa8 - updated changelog. 2022-01-06 18:25:23 +01:00
cage 6fd24dd441 - substituted . with $PWD when opening file explorer. 2022-01-06 18:22:33 +01:00
cage 339afc6ee0 - using the file explorer when opening a local directory. 2022-01-06 18:17:07 +01:00
cage e7d413162b - added 'editor' as pseudo external program. 2022-01-06 17:59:22 +01:00
cage 6cbad4b3fd - added docstring. 2022-01-06 13:03:31 +01:00
cage 70a6d51a28 - added downloading and opening a file from filesystem explorer window. 2022-01-06 13:00:16 +01:00
cage 624be8b696 - added 'file-explorer-close-window';
- modified filesystem explorer window's position.
2022-01-06 12:17:31 +01:00
cage 0da5e6b3ad - added command file-explorer-scroll-begin;
- added command file-explorer-scroll-end;
- modified 'query-local-filesystem-path' signals an error if the query type is unknown.
2022-01-06 11:39:29 +01:00
cage 00cfe36e90 - prevented crash in dialog list window, the event object needed to be decodified. 2022-01-02 17:47:30 +01:00
cage 1f587b6f17 Merge branch 'kami' 2022-01-02 16:53:58 +01:00
cage c9d99addad - prepared code for kamid. 2022-01-02 16:52:23 +01:00
cage a29c6aa058 - tracked incompatible changes from croatoan;
An event  is no  more a character  or symbol but  is an  instabce of
  class 'event'.
2021-12-26 13:03:47 +01:00
cage 50bf7a8716 - updated ChangeLog. 2021-12-14 13:19:23 +01:00
cage 532446ff68 - updated italian translation. 2021-12-14 13:14:08 +01:00
cage 2061880a16 - implemented mark and deletion of tree in filesystem window. 2021-12-14 13:05:40 +01:00
cage 7619408c0f - added marking of entries in file explorer window. 2021-12-13 18:12:20 +01:00
cage c6f741d3a8 - implemented querying file's metadata in filesystem window. 2021-12-13 14:41:34 +01:00
cage 429acc7efe - added search in file explorer window. 2021-12-12 21:40:59 +01:00
cage 5f9b7f91bd - added a translation header (for printing help) to '*filesystem-explorer-keymap*'. 2021-12-12 19:09:01 +01:00
cage 25b9135159 - implemented uploading file in filesystem window. 2021-12-12 14:37:38 +01:00
cage b7bbb9f7d9 - renamed a few filesystem-window's related functions. 2021-12-12 12:57:08 +01:00
cage 9d4e34505d - implemented downloading file in filesystem window. 2021-12-12 12:53:03 +01:00
cage 9fa4b72548 - implemented creating paths in filesystem window. 2021-12-11 11:06:06 +01:00
cage af48cde4a8 - implemented deleting of paths in filesystem window. 2021-12-10 18:27:31 +01:00
cage 7619344a36 - implemented some features of tree filesystem window: expanding/closing nodes and renaming files or directory. 2021-12-10 15:30:56 +01:00
cage 026784e8c5 - added download of lisp libraries. 2021-12-07 10:48:37 +01:00
cage 6b67933351 - added license;
- fixed copyright year.
2021-12-05 15:34:08 +01:00
cage 5ccc19f28b - added -X option;
- starting with filesystem explorer window.
2021-12-05 15:28:29 +01:00
cage 1d290898e1 - [gemini] fixed building of URI in 'open-next-visible-link'. 2021-12-04 14:33:53 +01:00
cage 7ffe40668a - increased version number;
- updated building scripts;

- updated ChangeLog.
2021-12-03 17:32:12 +01:00
cage 540c818811 - added missing reference to module 'delete-by-regex.lisp' in Makefile.am
- updated documentation.
2021-12-03 16:22:53 +01:00
cage 8516cf1f8c - mentioned 'zip' as dependency in README. 2021-12-01 11:54:20 +01:00
cage 6f06e0cd14 - renamed function 'db:mark-status-deleted-p'. 2021-11-30 21:18:27 +01:00
cage 0b5c56f0ee - fixed function name. 2021-11-30 21:16:07 +01:00