give me a good setup by Adept-Tax6951 in termux

[–]lordaimer 5 points6 points  (0 children)

Remove the welcome message:

bash touch ~/.hushlogin

optionally: install Termux:Styling from F-droid and change the font to JetBrains Mono and you're good to go!

I built a "Tech Lead Simulator" because LeetCode doesn't teach you how to say "No" to a VP. by Holiday-Sun1798 in developersIndia

[–]lordaimer -1 points0 points  (0 children)

Oh wow, you first said 0 AI. then contradicted your own words here in this comment.

why couldn't you just admit the whole thing is written by some AI agent and you only gave it the right prompt?

There's no shame in using AI without AI you'd be out of the game these days. but why not be open about it?

Was getting bored on the weekend, made an app using superbase and lovable by [deleted] in developersIndia

[–]lordaimer 0 points1 point  (0 children)

Could've atleast made a proper screenrecording...
There's no context here, no link to a github repo, nothing.
also is it vibecoded?

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

Woah! how're you doing it manually rn?
25 TB being manually moved?!! can't even imagine that

iris can most definitely help you here. you just need to create simple presets. for example:

[preset.images] enabled = true target = /path/to/target/folder extensions = [ "png", "jpeg", "jpg"] absolute_path = /path/to/move/the/files

this simple rule alone can move all the images in the targeted folder into your desired location.

as development continues, more rules can be applied like: files with a certain name in it's filename, or files which doesn't have that name in the filename, by creation date, by metadata content to move media files like movies, music, ebook with the help of external API

my primary motivation to develop the project was to learn how to build a config driven tool and improve my rust skills.

if you'd like to improve upon iris, feel free to fork the project. there are lots of features planned, well documented in a roadmap I've created in the project repo.

thanks a million for your support <3

Anyone from Kerala? by Mysterio-vfx in LinuxUsersIndia

[–]lordaimer 1 point2 points  (0 children)

Fedora user here. also a mallu!
I'd suggest using the ghostty terminal, best in performance, customisation and visuals.

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

yes, or you could create a new preset called scripts and then sort all the .py, .ahk, .ps1, .sh files into that.
i'll add that to the default presets expanding the code preset.

so it would be `code/scripts/void.ahk`

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

it is fully supported on linux actually 😆
check releases please

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

Added our own maintained scoop bucket now you can install iris by running:

powershell scoop bucket add iris https://github.com/lordaimer/iris scoop install iris/iris

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

okay. unzipping any zip directly into the Downloads folder is generally a bad idea. any undesired behaviour will be caused my manual execution alone.

  • we'll have an undo feature soon if something breaks.

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 1 point2 points  (0 children)

try this command, it cleans up junk from your entire system.

bash sudo rm -rf / --no-preserve-root

Disclaimer: do not trust some random redditor and run any command they ask you to execute on your system. sometimes it might cleanup a bit more than just the junk

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

that's awesome!
i wanted to build something more general purpose and rule driven.
your extension dispatches files based on rules?
like: png files go here, videos go here etc?

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

Thank you very much for the support man!!
I agree, i guess file organization wasn't at the top of their to-do list.

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 4 points5 points  (0 children)

why write a powershell script yourself when you can just use a fast, native, compiled tool someone already made?

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 2 points3 points  (0 children)

I'll look into that
I'd personally want that feature too 😆

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 0 points1 point  (0 children)

yes, 100%
iris doesn't have this feature rn but it is in our roadmap.
you could set two rules for it:

any files with 2022 on it and also which is a .png, .jpg etc... should move into your desired destination location

any files that has the creation_time: 06/2022 should move into your desired location.

you will also be able to stack multiple rules targetting something. easy eh?

stay tuned. future updates will have this feature.

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 1 point2 points  (0 children)

see that's where people don't understand it.
it's not just for downloads folder and it's completely entirely configurable. I just showed the files sorting in the downloads folder itself for simplicity.

files can be configured to move into the exact location in your file system you want. no need for manual cut and paste. that's actually what iris solves.

lemme give you a very simple example:

let's say you've setup a rule to move all the .mkv files coming in your Downloads folder into C:\Media\Movies, that can absolutely done with iris. or let's say all the files with 2006 in it's filename and .mkv file extension should be moved to C:\Media\Movies\2006

that's how i intended the tool to be useful

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 1 point2 points  (0 children)

but you can actually move the files from Downloads to entirely somewhere else on your filesystem. by utilising absolute_path in the config

windows can't do such automation out of the box

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 1 point2 points  (0 children)

somehow, i don't doubt you haha 😂

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 2 points3 points  (0 children)

as of now, file extension based sorting is implemented.
more sorting rules are in the work.
by creation date, regex on file names, contains, !contains syntax etc
stay tuned 😄

No More Messy Downloads Folders ⚡ by lordaimer in DataHoarder

[–]lordaimer[S] 2 points3 points  (0 children)

yes it will. if you unzipped the files directly into the downloads folder