Skip to content

Filter out OS junk files like .DS_Store and Thumbs.db. A Rust implementation of https://github.com/sindresorhus/junk

Notifications You must be signed in to change notification settings

jakeburden/junk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junk

Filter out OS junk files like .DS_Store and Thumbs.db. A Rust implementation of https://github.com/sindresorhus/junk

API

use junk;

junk::is(&path);

Returns true if filename matches a junk file.

junk::not(&path);

Returns true if filename doesn't match a junk file.

junk::REGEX

Regex used for matching junk files.

About

Filter out OS junk files like .DS_Store and Thumbs.db. A Rust implementation of https://github.com/sindresorhus/junk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages