#rust #cli #files #filesystem #find #hacktoberfest #query #sql #sql_like #tool #utility
https://github.com/jhspetersson/fselect
https://github.com/jhspetersson/fselect
GitHub
GitHub - jhspetersson/fselect: Find files with SQL-like queries
Find files with SQL-like queries. Contribute to jhspetersson/fselect development by creating an account on GitHub.
#go #cloud_native #distributed_systems #filesystem #golang #hdfs #object_storage #posix #redis #s3 #storage
https://github.com/juicedata/juicefs
https://github.com/juicedata/juicefs
GitHub
GitHub - juicedata/juicefs: JuiceFS is a distributed POSIX file system built on top of Redis and S3.
JuiceFS is a distributed POSIX file system built on top of Redis and S3. - juicedata/juicefs
#cplusplus #cloud_native #cncf #container #data_lake_store #distributed_storage #filesystem #hybrid_cloud_acceleration #kubernetes #object_store #online_erasure_coding_subsystem #posix #s3 #storage
https://github.com/cubefs/cubefs
https://github.com/cubefs/cubefs
GitHub
GitHub - cubefs/cubefs: cloud-native distributed storage
cloud-native distributed storage. Contribute to cubefs/cubefs development by creating an account on GitHub.
#rust #cli #command_line #filesystem #hacktoberfest #regex #rust #search #terminal #tool
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
`fd` is a fast and user-friendly tool to find files in your filesystem. It is simpler and faster than the traditional `find` command. Here are the key benefits Use `fd PATTERN` instead of `find -iname '*PATTERN*'`.
- **Fast Search** Highlights different file types like `ls`.
- **Smart Case** By default, it ignores hidden files and those listed in `.gitignore`.
- **Command Execution**: You can execute commands on search results either individually or in batches.
Overall, `fd` makes finding files easier and quicker with its simple syntax and fast performance.
https://github.com/sharkdp/fd
GitHub
GitHub - sharkdp/fd: A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find' - sharkdp/fd