All Projects → kusalananda → shell-toolbox

kusalananda / shell-toolbox

Licence: BSD-3-Clause License
Useful shell scripts for /bin/sh

Programming Languages

shell
77523 projects
Makefile
30231 projects
M4
1887 projects

Projects that are alternatives of or similar to shell-toolbox

fvtt-data-toolbox
Foundry VTT Data Toolbox
Stars: ✭ 17 (-57.5%)
Mutual labels:  toolbox
open-robotics
开源机器人学(Open Robotics)是一个帮助机器人学习者入门的开源项目。
Stars: ✭ 90 (+125%)
Mutual labels:  toolbox
template
A Vapor template for convenient and fast scaffolding 🏎
Stars: ✭ 33 (-17.5%)
Mutual labels:  toolbox
generateDF
生成目录结构及文件
Stars: ✭ 15 (-62.5%)
Mutual labels:  toolbox
TDNetGen
A MATLAB toolbox to generate large-scale combined Transmission and Distribution networks
Stars: ✭ 30 (-25%)
Mutual labels:  toolbox
trends.earth
trends.earth - measure land change
Stars: ✭ 69 (+72.5%)
Mutual labels:  toolbox
RaPId
RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
Stars: ✭ 35 (-12.5%)
Mutual labels:  toolbox
Saliency-Evaluation-Toolbox
This Toolbox contains E-measure, S-measure, weighted F & F-measure, MAE and PR curves or bar metrics for salient object detection.
Stars: ✭ 78 (+95%)
Mutual labels:  toolbox
vietnamese-ocr-toolbox
A toolbox for Vietnamese Optical Character Recognition.
Stars: ✭ 26 (-35%)
Mutual labels:  toolbox
Q-server
Q server
Stars: ✭ 37 (-7.5%)
Mutual labels:  toolbox
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+375%)
Mutual labels:  toolbox
Extended-Toolkit
A companion toolkit for the standard toolkit.
Stars: ✭ 83 (+107.5%)
Mutual labels:  toolbox
signalo
A DSP toolbox with focus on embedded environments written in Rust.
Stars: ✭ 71 (+77.5%)
Mutual labels:  toolbox
macro-maker
A TERA Toolbox module to help you make macros for any class, using only AHK with no other dependency.
Stars: ✭ 16 (-60%)
Mutual labels:  toolbox
MGT-python
Musical Gestures Toolbox for Python
Stars: ✭ 25 (-37.5%)
Mutual labels:  toolbox
couleurstoolbox
🍱 My toolbox that I take with me everytime I reinstall windows.
Stars: ✭ 72 (+80%)
Mutual labels:  toolbox
AwesomeToolbox
UI toolbox component for Unity
Stars: ✭ 27 (-32.5%)
Mutual labels:  toolbox
nltools
Python toolbox for analyzing imaging data
Stars: ✭ 94 (+135%)
Mutual labels:  toolbox
wsa-toolbox
A Windows 11 application to easily install and use the Windows Subsystem For Android™ package on your computer.
Stars: ✭ 438 (+995%)
Mutual labels:  toolbox
GA-Toolbox
Genetic Algorithms Toolbox
Stars: ✭ 41 (+2.5%)
Mutual labels:  toolbox
########################################################################
# shell-toolbox
########################################################################

Useful shell scripts

How to use:

    The scripts are documented with their own manuals.  The same manuals
    are also available as plain text and Markdown in the "doc" directory
    of the source distribution.  These will also be installed in
    "<prefix>/share/doc/shell-toolbox" by default.

How to install:

    Please see the document called "INSTALL" in the source distribution.

Tested on:

    Darwin FreeBSD NetBSD OpenBSD Solaris Ubuntu


------------------------------------------------------------------------
# Shell scripts
------------------------------------------------------------------------

* shell:

    Creates a shell for testing things in.

    This script is useful for testing things in an interactive
    environment other than your usual shell, or for testing things in a
    clean environment with automatic cleanup of any files left behind.

    Creates a "temporary interactive shell" with a temporary working
    directory (unless the "-d" flag is used to specify an existing
    directory) and clean environment.  The working directory is removed
    when the shell exits (unless the "-k" or "-d" flag was used).

    The temporary working directory may also be pre-populated with the
    contents of an existing directory (using the "-s" flag).

    See "man 1 shell" after installation.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].