filesystem
Here are 2,582 public repositories matching this topic...
A cd command that learns - easily navigate directories from the command line
-
Updated
Oct 12, 2020 - Python
Abstraction for local and remote filesystems
-
Updated
Nov 8, 2020 - PHP
n³ The unorthodox terminal file manager.
-
Updated
Nov 12, 2020 - C
Node.js: extra methods for the fs object like copy(), remove(), mkdirs()
-
Updated
Oct 14, 2020 - JavaScript
An efficient wrapper around node.js fs.watch / fs.watchFile / FSEvents
-
Updated
Nov 9, 2020 - JavaScript
FUSE-based file system backed by Amazon S3
-
Updated
Nov 9, 2020 - C++
The Filesystem component provides basic utilities for the filesystem.
-
Updated
Nov 12, 2020 - PHP
User mode file system library for windows with FUSE Wrapper
-
Updated
Nov 12, 2020 - C
a high-performance, POSIX-ish Amazon S3 file system written in Go
-
Updated
Nov 6, 2020 - Go
A bittorrent filesystem based on FUSE.
-
Updated
Nov 13, 2020 - C++
Mirror of https://gitlab.redox-os.org/redox-os/tfs
-
Updated
Jan 22, 2020 - Rust
Gluster Filesystem : Build your storage in minutes
-
Updated
Nov 12, 2020 - C
File Attachment toolkit for Ruby applications
-
Updated
Nov 4, 2020 - Ruby
Windows File System Proxy - FUSE for Windows
-
Updated
Nov 9, 2020 - C
PHP library that provides a filesystem abstraction layer − will be a feast for your files!
-
Updated
Oct 9, 2020 - PHP
go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
-
Updated
Sep 24, 2020 - Go
gzip compression
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
I am working on adding an ARM64 job in Travis. ARM64 job is failing as docker image chubaofs/cfs-base:1.1 is not available for arm64.
Please check https://travis-ci.org/github/odidev/chubaofs/jobs/713238554 for the same.
I have built ARM64 binaries in ARM64 platform using below steps:
- Removed -Werror flag from rocksdb Makefile as deprecated warnings are being treated as errors.
A little fail-safe filesystem designed for microcontrollers
-
Updated
Nov 12, 2020 - C
MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
-
Updated
Nov 13, 2020 - Go
Encrypted overlay filesystem written in Go
-
Updated
Nov 10, 2020 - Go
TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
-
Updated
Oct 22, 2020 - Go
Cryptographic filesystem for the cloud
-
Updated
Sep 25, 2020 - C++
Improve this page
Add a description, image, and links to the filesystem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the filesystem topic, visit your repo's landing page and select "manage topics."


Describe the bug you encountered:
Though the folder has few files without extension, but the following command returns nothing.
$ fd -t f -e ''Describe what you expected to happen:
I expected to have a output ~similar to the output of
find . -type f ! -name "*.*"What version of
fdare you using?fd 8.1.1
Which operating system / distribution are you on?