Skip to content

Latest commit

 

History

History
179 lines (153 loc) · 8.54 KB

filesystem.md

File metadata and controls

179 lines (153 loc) · 8.54 KB

Bookmarks tagged [filesystem]

https://github.com/pop-os/sys-mount

High level abstraction for the mount / umount2 system calls.


https://github.com/vitiral/path_abs

Absolute serializable path types and associated methods. [](https://travis-ci.org/webdesus/fs_extr://travis-ci.org/vitiral/path_...


https://github.com/webdesus/fs_extra

expanding opportunities standard library std::fs and std::io


https://github.com/rust-lang-deprecated/tempdir

temporary directory library


https://github.com/Stebalien/tempfile

temporary file library


https://github.com/sindresorhus/del

Delete files/folders using globs.


https://github.com/sindresorhus/globby

Glob files with support for multiple patterns.


https://github.com/sindresorhus/cpy

Copy files.


https://github.com/isaacs/rimraf

Recursively delete files like rm -rf.


https://github.com/sindresorhus/make-dir

Recursively create directories like mkdir -p.


https://github.com/isaacs/node-graceful-fs

Drop-in replacement for the fs module with various improvements.


https://github.com/paulmillr/chokidar

Filesystem watcher which stabilizes events from fs.watch and fs.watchFile as well as using native fsevents on macOS.


https://github.com/sindresorhus/find-up

Find a file by walking up parent directories.


https://github.com/IndigoUnited/node-proper-lockfile

Inter-process and inter-machine lockfile utility.


https://github.com/sindresorhus/load-json-file

Read and parse a JSON file.


https://github.com/sindresorhus/write-json-file

Stringify and write JSON to a file atomically.


https://github.com/npm/fs-write-stream-atomic

Like fs.createWriteStream(), but atomic.


https://github.com/sindresorhus/filenamify

Convert a string to a valid filename.


https://github.com/kevva/lnfs

Force create symlinks like ln -fs.


https://github.com/bevry/istextorbinary

Check if a file is text or binary.


https://github.com/szwacz/fs-jetpack

Completely redesigned file system API for convenience in everyday use.


https://github.com/sindresorhus/pkg-dir

Find the root directory of an npm package.


https://github.com/nspragg/filehound

Flexible and fluent interface for searching the file system.


https://github.com/sindresorhus/move-file

Move a file, even works across devices.


https://www.gluster.org/

Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.