_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
node-file-match 1.0.2
Dependencies: node-utils-extend@1.0.8
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/douzi8/file-match
Licenses: ISC
Synopsis: Match filepath is validated, or exclude filepath that don't need.
Description:

Match filepath is validated, or exclude filepath that don't need.

emacs-file-info 0.5
Propagated dependencies: emacs-hydra@0.15.0 emacs-browse-at-remote@0.14.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/Artawower/file-info.el
Licenses: GPL 3+
Synopsis: All necessary information about current file in hydra + posframe.
Description:

Package for quick view and copy all necessary information about current opened file.

ocaml-fileutils 0.6.4
Propagated dependencies: ocaml-stdlib-shims@0.3.0
Channel: guix
Location: gnu/packages/ocaml.scm (gnu packages ocaml)
Home page: http://ocaml-fileutils.forge.ocamlcore.org
Licenses: LGPL 2.1+
Synopsis: Pure OCaml functions to manipulate real file and filename
Description:

Library to provide pure OCaml functions to manipulate real file (POSIX like) and filename.

ecl-file-notify 1.0.0-0.f12dc2f
Dependencies: ecl-cffi@0.24.1-2.32c90d4 ecl-documentation-utils@1.2.0-0.98630dd ecl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/file-notify
Licenses: Zlib
Synopsis: Get notifications for file accesses and changes
Description:

File-Notify is a Common Lisp library for getting notifications for file accesses and changes.

ecl-file-finder 0.2.0-0.ec392d7
Dependencies: ecl-alexandria@1.4-0.009b7e5 ecl-cl-str@0.21 ecl-file-attributes@1.0.0-2.bbde396 ecl-local-time@1.0.6-4.40169fe ecl-named-readtables@0.9-4.d5ff162 ecl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-maintainers/file-finder
Licenses: GPL 3+
Synopsis: Enable rapid file search, inspection and manipulation
Description:

This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.

python-filelock 3.16.1
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/tox-dev/py-filelock
Licenses: Unlicense
Synopsis: Platform independent file lock
Description:

filelock contains a single module implementing a platform independent file lock in Python, which provides a simple way of inter-process communication.

python-filetype 1.2.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/h2non/filetype.py
Licenses: Expat
Synopsis: Infer file type and MIME type of any file/buffer
Description:

filetype is a small and dependency free Python package to infer file type and MIME type checking the magic numbers signature of a file or buffer.

perl-file-which 1.23
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Which
Licenses: GPL 1+
Synopsis: Portable implementation of the `which' utility
Description:

File::Which was created to be able to get the paths to executable programs on systems under which the `which' program wasn't implemented in the shell.

perl-file-slurp 9999.28
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Slurp
Licenses: GPL 1+
Synopsis: Reading/Writing/Modifying of complete files
Description:

File::Slurp provides subroutines to read or write entire files with a simple call. It also has a subroutine for reading the list of file names in a directory.

perl-file-zglob 0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Zglob
Licenses: GPL 1+
Synopsis: Extended Unix style glob functionality
Description:

File::Zglob provides a traditional Unix glob functionality; it returns a list of file names that match the given pattern. For instance, it supports the **/*.pm form.

perl-test-files 0.14
Propagated dependencies: perl-algorithm-diff@1.1903 perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Files
Licenses: GPL 1+
Synopsis: Ease software testing with files and directories
Description:

This library provides functions to enable testing of files and directories. For instance, the file_ok helper can test whether the contents of a file is equal to a particular string.

ecl-file-select 1.0.0-1.ef25f6d
Dependencies: ecl-cffi@0.24.1-2.32c90d4 ecl-documentation-utils@1.2.0-0.98630dd ecl-float-features@1.0.0-2.c1f86ae
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/file-select/
Licenses: Zlib
Synopsis: Invoke the native file selection dialogs to open or save files
Description:

This library allows you to open native file dialogs to open and save files. This is useful if you have an application that's primarily text based and would like a more convenient file selection utility, or if you are working with a UI toolkit that does not offer a way to access the native file dialogs directly.

perl-file-pushd 1.016
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-pushd
Licenses: ASL 2.0
Synopsis: Change directory temporarily for a limited scope
Description:

File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope.

texlive-filemod 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://www.ctan.org/pkg/filemod
Licenses: LPPL 1.3+
Synopsis: Provide file modification times, and compare them
Description:

This package provides macros to read and compare the modification dates of files. The files may be .tex files, images or other files (as long as they can be found by LaTeX). It uses the \pdffilemoddate primitive of pdfLaTeX to find the file modification date as PDF date string, parses the string and returns the value to the user. The package will also work for DVI output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI mode. The functionality is provided by purely expandable macros or by faster but non-expandable ones.

ghc-filepattern 0.1.3
Dependencies: ghc-extra@1.7.13
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/ndmitchell/filepattern#readme
Licenses: Modified BSD
Synopsis: File path glob-like matching
Description:

This package provides Haskell library for matching files using patterns such as \"src\/**\/*.png\" for all @file.png files recursively under the @filesrc directory.

Some of its features include:

  • All matching is O(n).

  • Most functions pre-compute some information given only one argument.

  • Uses match and substitute to extract suitable strings from the * and ** matches, and substitutes them back into other patterns.

  • Uses step and matchMany to perform bulk matching of many patterns against many paths simultaneously.

  • Uses System.FilePattern.Directory to perform optimised directory traverals using patterns.

node-file-system 2.2.2
Dependencies: node-utils-extend@1.0.8 node-file-match@1.0.2
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/douzi8/file-system
Licenses: ISC
Synopsis: Strengthen the ability of file system
Description:

Strengthen the ability of file system

rust-config-file 0.2.3
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/Keruspe/config-file
Licenses: FreeBSD
Synopsis: Read and parse configuration files
Description:

This package provides ability to read and parse configuration files.

sbcl-file-notify 1.0.0-0.f12dc2f
Dependencies: sbcl-cffi@0.24.1-2.32c90d4 sbcl-documentation-utils@1.2.0-0.98630dd sbcl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/Shinmera/file-notify
Licenses: Zlib
Synopsis: Get notifications for file accesses and changes
Description:

File-Notify is a Common Lisp library for getting notifications for file accesses and changes.

sbcl-file-finder 0.2.0-0.ec392d7
Dependencies: sbcl-alexandria@1.4-0.009b7e5 sbcl-cl-str@0.21 sbcl-file-attributes@1.0.0-2.bbde396 sbcl-local-time@1.0.6-4.40169fe sbcl-named-readtables@0.9-4.d5ff162 sbcl-serapeum@0.0.0-12.c08442a
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/lisp-maintainers/file-finder
Licenses: GPL 3+
Synopsis: Enable rapid file search, inspection and manipulation
Description:

This library provides modern file handling for Common Lisp, which avoids many of the pitfalls of pathnames.

guile-filesystem 0.2.0
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/guile-xyz.scm (gnu packages guile-xyz)
Home page: https://gitlab.com/lilyp/guile-filesystem
Licenses: LGPL 3+
Synopsis: Complementary library to Guile's built-in file system procedures
Description:

guile-filesystem provides a set of utility functions, that augment Guile's support for handling files and their names.

texlive-filedate 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/filedate
Licenses: LPPL (any version)
Synopsis: Access and compare info and modification dates
Description:

The package provides basic access to the date of a LaTeX source file according to its \Provides... entry (the ``info date'') as well as to its modification date according to \pdffilemoddate if the latter is available.

texlive-fileinfo 2024.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/fileinfo
Licenses: LPPL 1.3+
Synopsis: Enhanced display of LaTeX File Information
Description:

The bundle provides two packages, readprov and myfilist. The readprov package provides a means of reading file information without loading the body of the file. The myfilist package uses readprov and controls what \listfiles will report.

maven-wagon-file 3.4.3
Dependencies: java-plexus-utils@3.3.0 maven-wagon-provider-api@3.4.3
Propagated dependencies: java-plexus-utils@3.3.0 maven-wagon-provider-api@3.4.3
Channel: guix
Location: gnu/packages/maven.scm (gnu packages maven)
Home page: https://maven.apache.org/wagon
Licenses: ASL 2.0
Synopsis: Wagon provider that gets and puts artifacts using the file system
Description:

Maven Wagon is a transport abstraction that is used in Maven's artifact and repository handling code. It uses providers, that are tools to manage artifacts and deployment. This package contains the file provider which gets and puts artifacts using the file system.

perl-file-remove 1.58
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Remove
Licenses: GPL 1+
Synopsis: Remove files and directories in Perl
Description:

File::Remove::remove removes files and directories. It acts like /bin/rm, for the most part. Although unlink can be given a list of files, it will not remove directories; this module remedies that. It also accepts wildcards, * and ?, as arguments for file names.

Page: 1234567
Total results: 166