cage
d083ef7bf2
- fixed 'filesystem-utils:temporary-directory'.
2024-02-04 15:39:33 +01:00
cage
e458dd8eb9
- added function 'os-utils:change-ssl-key-passphrase'.
2024-02-04 14:57:49 +01:00
cage
a45b453da0
- changed brief description of the program.
2023-10-19 17:49:54 +02:00
cage
c23bb70b2e
- updated copyright.
2023-10-19 17:46:22 +02:00
cage
70a1a91dc6
- excluded follow requests when downloading the notifications;
...
- [GUI] ensured the absolute local path hs been set in the address bar when opening a local path from command line (switch '-o').
2023-08-15 22:05:37 +02:00
cage
f9240da5fb
- converted namestring to pathname in a couple of functions.
2023-02-18 12:42:15 +01:00
cage
90c4af648b
- fixed regression in 'text-utils:parent-dir-path'.
2022-09-10 14:04:56 +02:00
cage
a393b0ba88
- fixed 'fs:split-path-elements'
...
- before:
(fs:split-path-elements "/a/b") ;=> ("" "a" "b")
(fs:split-path-elements "/a/b") ;=> ("a" "b")
- [gopher] added 'client:request'.
2022-08-25 14:20:06 +02:00
cage
b004fd5f93
- removed direct call to babel:cotets-to-string, using 'to-s' wrapper, instead.
...
- [gemini] prevented crash when no previous link to open is found before the selected line.
2022-07-02 10:55:11 +02:00
cage
f1f25a66ec
- removed file descripto leak in '%mkstemp';
...
- specialized method sequence-empry-p for complex string.
2022-06-03 19:17:37 +02:00
cage
0b5dd16f77
- allowed printing about kami ID from the window of the TLS certificates.
2022-04-23 15:19:29 +02:00
cage
8c8c17b175
- fixed passing focus between windows.
2022-03-10 17:29:24 +01:00
cage
674ee6b59a
- added a command to clear the cache;
...
- fixed 'cat-parent-dir'.
2022-03-02 20:44:54 +01:00
cage
808dad006e
- used osicat as provider for 'mkstemps'.
2022-02-24 17:38:57 +01:00
cage
39b0b6ae83
- prevented signalling error when an invalid byte sequence is met, when converting octects to string.
2022-02-16 17:43:22 +01:00
cage
fbd59ea015
- [kami] made an effort to replicate the permissions when downloading a file.
2022-02-13 16:12:16 +01:00
cage
560e01e09e
- [kami] made an effort to replicate the permissions when uploading a file.
2022-02-13 14:54:16 +01:00
cage
321eede79c
- [kami] optimized deletion of file system trees.
2022-02-05 14:18:24 +01:00
cage
2efaeef4ad
- [kami] appended, if needed, '/' at the end of the proposed local directory where the file will be downloaded.
2022-02-04 14:30:39 +01:00
cage
fcc4070cc0
- improved 'fs:octects->units-string'.
2022-02-04 12:37:41 +01:00
cage
dd3288b56d
- added 'file-explorer-upload-mirror'.
2022-01-29 17:44:47 +01:00
cage
31b9685737
- added a wrapper for 'fnmatch(3)';
...
- [kamid] upload works with wildcard (e.g. "/*.lisp");
- moved 'normalize-path' to filesystem-utils.
2022-01-28 12:24:24 +01:00
cage
e7492af2bd
- added 'fs:collect-tree'.
2022-01-23 16:02:47 +01:00
cage
1cf9be1863
- added function 'fs:path-referencing-dir-p'.
2022-01-23 13:06:24 +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
b4ecbe49b0
- added a draft for a kami client.
2022-01-09 14:47:22 +01:00
cage
c6f741d3a8
- implemented querying file's metadata in filesystem window.
2021-12-13 14:41:34 +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
a8dca176f3
- added a directory to store gempub, the software will sync the directory's contents with its internal metadata database.
2021-08-23 18:20:11 +02:00
cage
50cc7727e6
- added 'temporary-directory'.
2021-08-20 17:04:23 +02:00
cage
bcb6867a61
- fixed procedures that extract extension from a local path or an URI.
2021-04-27 19:04:11 +02:00
cage
a2e9016bf7
- used 'mkstemps' intead of 'mkstemp' as the latter does not supports
...
suffix and the temporary keeps the same names.
2021-04-23 21:25:28 +02:00
cage
6690a1b6f7
- fixed, again fs:dirp;
...
- fixed iri parser (parses correctly IRI like mailto:...).
2021-04-01 20:33:29 +02:00
cage
61c39b6c62
- moved to an internal wrapping of 'mkstemp' to allow extensions in filename;
...
- [gemini] rendering all stream with MIME type "text/*" with this program.
2021-04-01 17:08:42 +02:00
cage
ad21da5957
- cleaned a bit reults of 'prepend-pwd'.
2021-03-28 14:42:19 +02:00
cage
8b50eec3be
- [gemini] allowed exploring directory using relative path;
...
- [gemini] allowed opening a file using tinmop itself (example:
opening a gemini text file);
- added a more hi-level function to open a file with an external program.
- this function takes into account the file that should be opened
with tinmop and uses 'xdg-open' as fallback if the user did not
specified an association program file-type.
2021-03-28 14:33:56 +02:00
cage
6a82f892a1
- [gemini] added feature: open local directory.
2021-03-27 10:21:33 +01:00
cage
99977af671
- added exit handler to clean temporary files.
2020-09-12 11:16:15 +02:00
cage
c5118d46a6
- changed GPL comment headers.
2020-09-06 11:32:08 +02:00
cage
a683c2aecd
- changed function name: 'temporary-filename' to 'temporary-file'.
2020-06-23 13:12:35 +02:00
cage
9461c0ea70
- gemini client works (but missing client authorization using certificates).
2020-06-22 14:03:06 +02:00
cage
c56a5b86ca
- initial commit.
2020-05-08 15:45:43 +02:00