DS_Store files are used on MacOS Computers to describe the contents of the directory they are in. .DS_Store's are created, maintained, and read by the Finder application to properly render directories. The things that this file describes includes properties set in the directory options, file icons, directory background color or image, and many ...
Jul 17, 2024DS_Store files, run: > fd -H '^\.DS_Store$'-tf-X rm. If you are unsure, always call fd without -X rm first. Alternatively, use rms "interactive" option: > fd -H '^\.DS_Store$'-tf-X rm-i. If you also want to remove a certain class of directories, you can use the same technique. You will have to use rms --recursive/-r flag to remove directories.
Aug 23, 2024DS_Store files, run: > fd -H '^\.DS_Store$'-tf-X rm. If you are unsure, always call fd without -X rm first. Alternatively, use rms "interactive" option: > fd -H '^\.DS_Store$'-tf-X rm-i. If you also want to remove a certain class of directories, you can use the same technique. You will have to use rms --recursive/-r flag to remove directories.
A .DS_Store parser for Rust. v 0.3.0 # macos # file-metadata # ds # store # read-file # information # finder. oslog. A minimal safe wrapper around Apple's Logging system. v 0.2.0 54K # logging # macos # apple # log-level # log. sysdir. Rust bindings to sysdir(3) on macOS, iOS, tvOS, and watchOS.
Apr 3, 2023cargo install rm_ds_store USAGE. When there is no parameter execution, the path of the currently executed command will be the root path to traverse the file and delete it. DS_Store file. rmds-p or --path parameter specifies the path. rmds-p ~/code rmds--path ~/code
Destroy DS_Store. Delete the annoying .DS_Store files from the current folder and all its sub-folders. To execute without installing run cargo run. By default, it will scan the root project directory. You can optionally pass arguments to the app like this: cargo run----help for more information. To run it silently, pass the s flag like this ...
Query an ODBC data source and store the result in a Parquet file. v 7.0.1 550 app # parquet-file # parquet # sql-query # command-line-tool # odbc # sql-database # sql. t-rec. Blazingly fast terminal recorder that generates animated gif images for the web written in rust.
5 days ago23,754 downloads per month Used in 76 crates (2 directly). MIT license . 605KB 13K SLoC Stores. Stores are a data structure for nested reactivity. The reactive_graph crate provides primitives for fine-grained reactivity via signals, memos, and effects.. This crate extends that reactivity to support reactive access to nested dested, without the need to create nested signals.
See also: rust-ini, configparser, config, kdl, fontconfig-parser, deno_config, resolv-conf, clap-adapters, tanzhenhui_code_lib, serde_ini, tree-sitter-config Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
6 days agoElusion is a modern DataFrame / Data Engineering / Data Analysis library that combines the familiarity of DataFrame operations (like those in PySpark, Pandas, and Polars) with the power of SQL query building. It provides flexible query construction without enforcing strict operation ordering, enabling developers to write intuitive and maintainable data transformations. | Rust/Cargo package