This is an extension library to pathname-utils
, to allow dealing with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.
[](https://travis-ci.org/stefanpenner/get-caller-file) [](https://ci.a
This package helps differentiate files with the same name but in different directories when displayed in Emacs buffers or completion interfaces.
Generally, you probably want to use emacs' builtin uniquify instead--which makes unique buffer names. Only if you want to programmatically generate unique file names you need this package here.
LaTeX2e's filecontents
and filecontents*
environments enable a LaTeX source file to generate external files as it runs through LaTeX. However, there are two limitations of these environments: they refuse to overwrite existing files, and they can only be used in the preamble of a document. The filecontents package removes these limitations, letting you overwrite existing files and letting you use filecontents
filecontents*
anywhere.
The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length of the stream. This is less than ideal. In most cases it is better to get the size of the file from its metadata, using a system call.
This library exports a single function, file-size-in-octets. It returns the size of a file in bytes, using system calls when possible.
Parse wheel filenames.
Programmatic compiler invocation
Programmatic compiler invocation
Documentation at https://melpa.org/#/magit-find-file
This package provides a tree-based API for resolution of Maven project dependencies.
File::Find::Object is an object-oriented File::Find replacement in Perl.
The NUMPY-FILE-FORMAT library is a Common Lisp library for reading and writing NumPy .npy
and .npz
files.
This package provides a Qt graphical interface for transferring files with Android devices using MTP. It also allows the Android device to be mounted via FUSE.
This is an extension library to pathname-utils
, to allow dealing with common problems with filesystems, such as listing files, probing file types, determining default directories, etc.
This package provides a function to convert a file:
URI to a file path. It accepts a file:
URI and returns a file path suitable for use with the fs
module functions.
Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
This bundle provides a collection of model .ini
files for creating TeX formats. These files are commonly used to introduced distribution-dependent variations in formats. They are also used to allow existing format source files to be used with newer engines, for example to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.
The canonical way to determine the size of a file in bytes, using Common Lisp, is to open the file with an element type of (unsigned-byte 8) and then calculate the length of the stream. This is less than ideal. In most cases it is better to get the size of the file from its metadata, using a system call.
This library exports a single function, file-size-in-octets. It returns the size of a file in bytes, using system calls when possible.
Documentation at https://melpa.org/#/magit-filenotify
Documentation at https://melpa.org/#/ivy-file-preview
This package provides a simple filename sanitizer, based on Node's sanitize-filename
This package contains a parser and a pretty-printer for the opam file format.
This module provides a class to monitor a directory for changes made to any file.
The NUMPY-FILE-FORMAT library is a Common Lisp library for reading and writing NumPy .npy
and .npz
files.