_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-file-find-rule 0.34
Propagated dependencies: perl-text-glob@0.11 perl-number-compare@0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Rule
Licenses: GPL 1+
Synopsis: Alternative interface to File::Find
Description:

File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.

ghc-system-filepath 0.4.14
Channel: guix
Location: gnu/packages/haskell-xyz.scm (gnu packages haskell-xyz)
Home page: https://github.com/fpco/haskell-filesystem
Licenses: Expat
Synopsis: High-level, byte-based file and directory path manipulations
Description:

Provides a FilePath datatype and utility functions for operating on it. Unlike the filepath package, this package does not simply reuse String, increasing type safety.

cl-filesystem-utils 1.0.0-2.a07e8b6
Propagated dependencies: cl-documentation-utils@1.2.0-0.98630dd cl-pathname-utils@1.1.0-4.3309d65 cl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/filesystem-utils/
Licenses: Zlib
Synopsis: Collection of utilities for filesystem interaction
Description:

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.

perl-file-configdir 0.021
Propagated dependencies: perl-file-homedir@1.004 perl-list-moreutils@0.430 perl-test-without-module@0.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ConfigDir
Licenses: GPL 1+
Synopsis: Get directories of configuration files
Description:

This module is a helper for installing, reading and finding configuration file locations. File::ConfigDir is a module to help out when Perl modules (especially applications) need to read and store configuration files from more than one location.

perl-file-fcntllock 0.22
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-FcntlLock
Licenses: GPL 1+
Synopsis: File locking with fcntl(2)
Description:

File locking in Perl is usually done using the flock function. Unfortunately, this only allows locks on whole files and is often implemented in terms of the flock(2) system function which has some shortcomings (especially concerning locks on remotely mounted file systems) and slightly different behaviour than fcntl(2).

emacs-magic-filetype 20240130.1805
Propagated dependencies: emacs-s@20220902.1511
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-php/magic-filetype.el
Licenses:
Synopsis: Enhance filetype major mode
Description:

Documentation at https://melpa.org/#/magic-filetype

emacs-open-junk-file 20161210.1114
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://www.emacswiki.org/cgi-bin/wiki/download/open-junk-file.el
Licenses:
Synopsis: Open a junk (memo) file to try-and-error
Description:

Documentation at https://melpa.org/#/open-junk-file

emacs-find-temp-file 20240512.1635
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/thisirs/find-temp-file.git
Licenses:
Synopsis: Open quickly a temporary file
Description:

Documentation at https://melpa.org/#/find-temp-file

emacs-dist-file-mode 20240107.2040
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/emacs-php/dist-file-mode.el
Licenses:
Synopsis: Dispatch major mode for *.dist files
Description:

Documentation at https://melpa.org/#/dist-file-mode

emacs-kill-file-path 20230306.1041
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/chyla/kill-file-path/kill-file-path.el
Licenses:
Synopsis: Copy file name into kill ring
Description:

Documentation at https://melpa.org/#/kill-file-path

vim-context-filetype 0.0.0-1.5e85f8c
Channel: guix
Location: gnu/packages/vim.scm (gnu packages vim)
Home page: https://github.com/Shougo/context_filetype.vim
Licenses: Expat
Synopsis: Context filetype library for Vim
Description:

vim-context-filetype is context filetype library for Vim script.

perl-file-slurp-tiny 0.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Slurp-Tiny
Licenses: GPL 1+
Synopsis: Simple file reader and writer
Description:

This module provides functions for fast reading and writing of files.

perl-digest-md5-file 0.08
Propagated dependencies: perl-libwww@6.67
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Digest-MD5-File
Licenses: GPL 1+
Synopsis: MD5 sums for files and urls
Description:

Digest::MD5::File is a Perl extension for getting MD5 sums for files and urls.

chicken-compile-file 1.3
Channel: guix
Location: gnu/packages/chicken.scm (gnu packages chicken)
Home page: https://wiki.call-cc.org/egg/compile-file
Licenses: Modified BSD
Synopsis: Programmatic compiler invocation
Description:

This egg provides a way to do on-the-fly compilation of source code and load it into the running process.

sbcl-file-attributes 1.0.0-2.bbde396
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://shinmera.github.io/file-attributes/
Licenses: Zlib
Synopsis: Access to common file attributes in Common Lisp
Description:

This is a small OS portability library to retrieve and set file attributes not supported by the Common Lisp standard functions.

cl-numpy-file-format 0.0.0-2.e440c7b
Propagated dependencies: cl-ieee-floats@20170924-1.566b51a cl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/marcoheisig/numpy-file-format
Licenses: Expat
Synopsis: Read and write NumPy .npy and .npz files
Description:

The NUMPY-FILE-FORMAT library is a Common Lisp library for reading and writing NumPy .npy and .npz files.

javascript-filesaver 2.0.2
Channel: gn-bioinformatics
Location: gn/packages/javascript.scm (gn packages javascript)
Home page: https://github.com/eligrey/FileSaver.js
Licenses: Expat
Synopsis: HTML5 saveAs() FileSaver implementation
Description:

FileSaver.js is the solution to saving files on the client-side, and is perfect for web apps that generates files on the client.

python-requests-file 1.5.1
Propagated dependencies: python-requests@2.31.0 python-six@1.16.0
Channel: guix
Location: gnu/packages/python-xyz.scm (gnu packages python-xyz)
Home page: https://github.com/dashea/requests-file
Licenses: ASL 2.0
Synopsis: File transport adapter for Requests
Description:

Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via file:// URLs.

ecl-filesystem-utils 1.0.0-2.a07e8b6
Dependencies: ecl-documentation-utils@1.2.0-0.98630dd ecl-pathname-utils@1.1.0-4.3309d65 ecl-trivial-features@1.0
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://shinmera.github.io/filesystem-utils/
Licenses: Zlib
Synopsis: Collection of utilities for filesystem interaction
Description:

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.

node-get-caller-file 2.0.5
Channel: guix-science
Location: guix-science/packages/rstudio-node.scm (guix-science packages rstudio-node)
Home page: https://github.com/stefanpenner/get-caller-file#readme
Licenses: ISC
Synopsis: [![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a
Description:

[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a

emacs-uniquify-files 1.0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/uniquify-files.html
Licenses: GPL 3+
Synopsis: Disambiguate files with the same basename
Description:

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.

texlive-filecontents 2025.2
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/filecontents
Licenses: LPPL 1.3c+
Synopsis: Create an external file from within a LaTeX document
Description:

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.

cl-trivial-file-size 0.0.0-0.1c1d672
Propagated dependencies: cl-fiveam@1.4.2
Channel: guix
Location: gnu/packages/lisp-xyz.scm (gnu packages lisp-xyz)
Home page: https://github.com/ruricolist/trivial-file-size
Licenses: Expat
Synopsis: Size of a file in bytes in Common Lisp
Description:

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.

chicken5-compile-file 1.3
Channel: ziltis-guixchannel
Location: zilti/packages/chicken5.scm (zilti packages chicken5)
Home page: https://wiki.call-cc.org/eggref/5/compile-file
Licenses: FreeBSD
Synopsis: Programmatic compiler invocation
Description:

Programmatic compiler invocation

Page: 123456789
Total results: 207