dingo-sys

module
v0.0.0-...-ee9e2bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2025 License: BSD-2-Clause

README

Basic SYStem functions

This module provides basic functions for interacting with the system (operating system or file system), in particular to handle files and data streams.

contact: Guillaume Boulant

Different (and independant) packages:

  • stdout: help you to handle the standard output and error, for example to redirect the print output into a file.
  • files: help you to handle the files system (finding or listing files/folders), and the write/read base actions.
  • edit: provides a tool to interactivelly edit files from a go program. Relies on the exécution of native editor like vim on linux systems.
  • shell: provides macro functions that execute shell-like commands in pure go (i.e. without calling the underlying system command, so that it can be used as well on linux, mac and windows, the most of possible).

See the demo executable programs for usage of these low level features.

Directories

Path Synopsis
demos
d01.stdout2file command
d03.edittext command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL