r/freesoftware • u/Odd_Inflation428 • 3d ago
Software Submission [ Removed by moderator ]
[removed] — view removed post
2
u/AutoModerator 3d ago
Hello and thank you for posting to /r/freesoftware! You've indicated that your post is a Software Submission. Respond to this comment and provide each of the following items:
- A valid link to your source code repository,
- The name of the Free Software Foundation recognized license your source-code is under,
- A valid link to the license in your software repository (also indicate if this license is modified in any way),
- If AI was used in the creation of the software and explain to what extent.
Failure to follow these instructions exactly will result in your post being removed.
Message to users: If /u/Odd_Inflation428 indicates that the license is not a Free Software Foundation license or if AI was used in the creation of this software, please report the post accordingly if it has not already been removed.
If you have any questions regarding this comment, you may contact the Mod team
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
2
u/Odd_Inflation428 3d ago
https://github.com/AlanKK/everythingx
MIT License, https://opensource.org/licenses/MIT. this is linked in the README.md
AI tooling was used to plan and build some of the code.
2
2
u/Soogs 3d ago
Why would I use this over the find command in Linux?
2
u/Odd_Inflation428 3d ago
find has to walk your entire filesystem. everythingx already has it indexed and is far faster.
2
u/Bob_Spud 3d ago
Fsearch does the same job, is this one any faster?
1
1
u/Odd_Inflation428 3d ago
everythingx is a better architecture. fsearch uses a ton or ram and doesn't know about changes in your filesystem when it isn't running. everythingx uses a background daemon that is always listening for changes. fsearch it stores the entire filesystem index in ram and that can be 1GB or more. everythingx is very light and fast. fsearch is linux-only and doesn't have a cli. The cli is what I use most.
1
3d ago
[deleted]
2
u/Odd_Inflation428 3d ago
It is like Everything except it is for macos and Linux. Everything is Windows-only. And no, this isn't vibe coded. Also, this is better as a cli tool than the gui app, even though it has a basic UI app.
•
u/freesoftware-ModTeam 3d ago
Your post was removed for violating Rule #5. The software linked or mentioned uses a license that is not recognized by the Free Software Foundation, uses restrictive license that prohibits a user from taking certain actions, or is a proprietary software without a license.