File name manipulation in Guile 3.0
  • Scheme 90.2%
  • Makefile 4.9%
  • M4 2.7%
  • Shell 2.2%
Find a file
2023-01-10 21:21:14 +01:00
build-aux This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
doc This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
ice-9 Add rightmost-absolute-file-name. 2022-11-25 21:07:57 +01:00
tests Add rightmost-absolute-file-name. 2022-11-25 21:07:57 +01:00
.gitlab-ci.yml Fix image for build. 2022-05-07 12:35:15 +00:00
.mailmap This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
AUTHORS This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
ChangeLog Update to GNU standards, kinda. 2020-10-27 13:20:07 +01:00
configure.ac This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
COPYING Add LGPL. 2020-10-23 21:25:34 +02:00
COPYING.GPL Add LGPL. 2020-10-23 21:25:34 +02:00
guix.scm Bump version for development. 2020-12-13 11:06:43 +01:00
Makefile.am Implement URI conversion. 2022-11-25 21:07:57 +01:00
NEWS Release 0.2.0 2023-01-10 21:21:14 +01:00
pre-inst-env.in This name is dead, this project is not. 2022-05-07 14:29:46 +02:00
README Update to GNU standards, kinda. 2020-10-27 13:20:07 +01:00
README.org This name is dead, this project is not. 2022-05-07 14:29:46 +02:00

(ice-9 filesystem)

(ice-9 filesystem) provides a set of utilities to deal with the filesystem beyond what POSIX mandates, from manipulating file names to actually creating files and directories.

Roadmap

0.2

  • stat wrappers (file-is-directory? etc.)

0.3

  • More ftw wrappers? (perhaps some find-files?)

1.0

  • Rename to (ice-9 file-system) (as suggested in Guix mailing list).
  • Inclusion to Guile itself.