summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2025-02-11 18:06:29 +0100
committernasrlol <nsrddyn@gmail.com>2025-02-11 18:06:29 +0100
commitc732a12f7ab6b3731edffd70d481a7b58e7a7268 (patch)
treeafe035093604eb380f1fd31475a65a719ca286ea /.idea
parent9359850dd1944e0331f42c25d969c6f2770ca9b2 (diff)
refactored alot of the code, renamed functions, worked on the echo function, still unfinished, worked on the ls command, i think it works but i encountered a complication when writing the main function. i was planning on using argv as an argument for the function, but argv is received when calling the executable not when calling a function, so i have to find a work around for this
Diffstat (limited to '.idea')
-rw-r--r--.idea/dictionaries/nasr.xml3
-rw-r--r--.idea/prettier.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/.idea/dictionaries/nasr.xml b/.idea/dictionaries/nasr.xml
new file mode 100644
index 0000000..4777b90
--- /dev/null
+++ b/.idea/dictionaries/nasr.xml
@@ -0,0 +1,3 @@
+<component name="ProjectDictionaryState">
+ <dictionary name="nasr" />
+</component> \ No newline at end of file
diff --git a/.idea/prettier.xml b/.idea/prettier.xml
new file mode 100644
index 0000000..0c83ac4
--- /dev/null
+++ b/.idea/prettier.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="PrettierConfiguration">
+ <option name="myConfigurationMode" value="AUTOMATIC" />
+ <option name="myRunOnSave" value="true" />
+ </component>
+</project> \ No newline at end of file