path-manipulation
There are 14 repositories under path-manipulation topic.
likle/cwalk
Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows and MacOS. Supports UNIX and Windows path styles on those platforms.
scivision/ffilesystem
Fast and simple filesystem and path manipulation library. OS, compiler, platform agnostic. Interfaces for C, C++, and Fortran.
Ambeteco/faster-os
6800% faster "os" module replacement. A drop-in replacement for Python's standard 'OS' module. Fully-rewritten, optimized, and speeded-up functions, that replace ones in the os.path module.
Ponyboy47/Pathman
Swift type-safe path, file, and directory library using POSIX C APIs
Qix-/bin-filesystem
A tiny self-contained path manipulation library for C++
shinnn/node-strip-dirs
Remove leading directory components from a path, like tar(1)'s --strip-components option
superfunc/tp
Strongly Typed Paths for Idris
z-shell/z-a-linkbin
🌀 An annex provides a non $PATH modifying solution for installing binaries and scripts
DecoraterBot-devs/ffmpus
ffmpeg and opus repo for DecoraterBot.
rrrodzilla/pathtrim
pathtrim - When all you need is the last few parts of a path in Rust, this crate implements the TrimmablePath trait on std::path::Path so you can easily obtain the last *n* parts of the path.
FlorealRISSO/stack-sh
A lightweight shell utility for managing a directory stack. Easily navigate between directories by pushing, popping, and swapping paths. Ideal for developers and system administrators who frequently switch between multiple project directories.
megabild/golang-utils
Some handy utils for the go programming language.
lygstate/cpathjoin
Path library for C/C++. Cross-Platform for Linux, FreeBSD, Windows, Baremetal and MacOS. Supports UNIX and Windows path styles on those platforms. And O(N) time complexity. Compatible with nodejs path module.
scivision/ffilesystem-concepts
A testbed for our Ffilesystem library, to test techniques across platforms first.