summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru-Sergiu Marton <brown121407@member.fsf.org>2020-02-21 18:48:02 +0200
committerAlexandru-Sergiu Marton <brown121407@member.fsf.org>2020-02-21 18:48:02 +0200
commit5585cd3d6f17609e42f10e83234751527d0870ff (patch)
tree58ea1081cccfb7e34080892e56d02e416257d9cb
parent5fd852722e16f528fb72b5e39a06dec0e9668e35 (diff)
Add README.0.1.0
-rw-r--r--README19
-rw-r--r--README.org13
2 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..069559e
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+ ━━━━━━━━━━━━━━━━━━━━━━━━━
+ F.SCM
+
+ Alexandru-Sergiu Marton
+ ━━━━━━━━━━━━━━━━━━━━━━━━━
+
+
+Library indented to facilitate working with files and directories (the
+file system in general). Initially inspired by [f.el], it now resembles
+mostly useful functions I find myself needing from time to time when
+interacting with the file system.
+
+The API is highly unstable. I will refactor it in the future to make it
+more consistent. I accept suggestions and patches with what you think is
+useful for this library – send those to my public mailing list:
+~brown121407/list.121407.xyz@lists.sr.ht
+
+
+[f.el] <https://github.com/rejeep/f.el>
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..53cf8f3
--- /dev/null
+++ b/README.org
@@ -0,0 +1,13 @@
+#+TITLE: f.scm
+#+AUTHOR: Alexandru-Sergiu Marton
+#+OPTIONS: toc:nil
+
+Library indented to facilitate working with files and directories (the
+file system in general). Initially inspired by [[https://github.com/rejeep/f.el][f.el]], it now resembles
+mostly useful functions I find myself needing from time to time when
+interacting with the file system.
+
+The API is highly unstable. I will refactor it in the future to make
+it more consistent. I accept suggestions and patches with what you
+think is useful for this library -- send those to my public mailing
+list: ~brown121407/list.121407.xyz@lists.sr.ht