dirent
There are 11 repositories under dirent topic.
jonschlinkert/add-filename-increment
When copying or moving files, it's common for operating systems to automatically add an increment or 'copy' to duplicate file names. This does that for Node.js applications, with automatic platform detection and support for Linux, MacOs, and Windows conventions.
folder/dirent
Virtual file class. Extends Node's `fs.Dirent` with methods to simplify path handling. Like Vinyl, but lightweight.
jonschlinkert/strip-filename-increment
Operating systems commonly add a trailing increment, or the word 'copy', or something similar to duplicate files. This strips those increments. Tested on Windows, MacOS, and Linux.
abhishek0508/POSIX-Shell
A POSIX compatible shell with a subset of feature support of default shell.
mrehfeld-code/list-all
list-all is a simple one-file C application. It lists all files in all subdirectories in a root directory.
naman14310/File_Explorer
A File explorer, which runs on terminal with simple cursor based UI. Works in Normal mode (for Navigation) and Command mode (for executing shell commands).
Therety/ransw
Simple ransomware for educational purposes
bincrafters/conan-dirent-win32
[OBSOLETE] The recipe is now in https://github.com/conan-io/conan-center-index
CherryPill/var_apps
Collection of various small programs that don't deserve their own separate repo.
oblerion/dirent2
C++ Struct to get file and folder information in directory.
prajwollamichhane11/search_strings
"Search_String" as the name suggests is a simple C program that searches strings on the text files of your working directory on Linux systems.