Filefetch banner

Filefetch

10 devlogs
5h 55m 33s

Like neofetch, but for files and directories.
Made in bash [shell] using only base package (linux).
Works only on linux!

This project uses AI

Mostly to learn how bash [shell] works and for debugging.

Demo Repository

Loading README...

Kajmix

Devlog #10:

  • Fixed some bugs.
Attachment
0
Kajmix

Devlog #9:
New features:

  • license,
  • config in script,
  • test data for demo,
  • option to show file’s extention,
  • optimalized code,
  • new banner.
Attachment
0
Kajmix

Devlog #8:
New features:

  • ASCII art for directory,
  • ASCII art for image,
  • Script to decide what ASCII art should be displayed.
Attachment
Attachment
0
Kajmix

Devlog #7:
New features:

  • FAQ for readme.md
  • New error message (File/Directory not found)
  • Customizable colors.
Attachment
0
Kajmix

Devlog #6:
Hi!
Now not only files can be shown in filefetch, but also directories! ^^
I made my functions check if path is a file or a directory, so I only have one new function (to check number of files in folder).
See you soon! :3

Attachment
0
Kajmix

Devlog #5:
Hi!
I made README.md that includes tutorial how to install and use filefetch, also all functions description.
The main code was splitted into small functions.

Attachment
0
Kajmix

Devlog #4:
Hi!
Finally my project has some colors, also my code can now display photos resolution!
In the code side of this project, I added some comments to make it more clear.
See you soon! :3

Attachment
Attachment
Attachment
0
Kajmix

Devlog #3:
Hiiiiii!!!!
In this devlog I added some borders to make it more looks better, also added author and last modification date to displayed data.

From the code side, I changed the way how the data is displayed, because before I had just random echos everywhere and now all the data is stored in one label and after that is displayed (in for loop).

Attachment
0
Kajmix

Devlog #2:
Hi!
I made some big progress for my filefetch, at this moment it shows:

  • file name
  • file size
  • file extension (like .txt, .png, etc)
  • creation date
    In have in my mind some ideas to improve it.
    See you soon!
Attachment
0
Kajmix

Devlog #1:
Hi everyone! I’m back with a new project! This time for linux (maybe also for windows, idk TwT).
I was inspired by Neofetch and I decided to make project in bash (shell), for displaying in cool way :D file’s data, for example I want to check my image size and when it was created, so I will run filefetch cool_image.png
At this point, I made some progress and I now how to use arguments (these things that u write after running function).
See you soon! :3

Attachment
0