Annuaire Biapy
Nuage de tags
Mur d'images
Quotidien
Flux RSS
  • Flux RSS
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filtres

Liens par page

  • 20 links
  • 50 links
  • 100 links

Filtres

Untagged links
page 1 / 2
32 résultats taggé bash  ✕
xxh https://github.com/xxh/xxh
Thu 16 Feb 2023 02:08:26 PM CET
QRCode
thumbnail

xxh share the local shell configuration with the remote SSH server. It
aims to bring the user shell through ssh without root access and system
installations.

ssh shell open-source ux terminal bash
shc: Shell script compiler https://github.com/neurobin/shc/
Wed 04 Jan 2023 11:27:40 AM CET
QRCode
thumbnail

A generic shell script compiler. Shc takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary executable.

The compiled binary will still be dependent on the shell specified in the first line of the shell code (i.e shebang) (i.e. #!/bin/sh), thus shc does not create completely independent binaries.

c shell bash compiler open-source command-line
direnv https://direnv.net/
Mon 26 Dec 2022 09:35:21 AM CET
QRCode

unclutter your .profile.
direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory.

direnv @ GitHub.

shell environment devops bash open-source command-line 12factor
Cod https://github.com/dim-an/cod
Fri 25 Nov 2022 08:46:24 AM CET
QRCode
thumbnail

Cod is a completion daemon for {bash,fish,zsh}.
It detects usage of --help commands parses their output and generates auto-completions for your shell.

command-line autocomplétion bash fish zsh open-source golang
Basher https://github.com/basherpm/basher
Tue 22 Nov 2022 06:35:18 PM CET
QRCode
thumbnail

A package manager for shell scripts and functions.

Basher allows you to quickly install shell packages directly from github (or other sites). Instead of looking for specific install instructions for each package and messing with your path, basher will create a central location for all packages and manage their binaries for you.

package-manager bash zsh fish shell
Bashcov https://github.com/infertux/bashcov
Thu 17 Nov 2022 12:07:01 PM CET
QRCode
thumbnail

Code coverage tool for Bash.
Bashcov is a code coverage analysis tool for Bash.
In most cases, you'll want overall coverage results for your project from shUnit2, Bats, bash_unit, assert.sh, bashaspec, etc. Bashcov automatically takes care of this by caching and merging results when generating reports, so your report includes coverage across your test suites and thereby gives you a better picture of blank spots.
It uses the SimpleCov coverage library to generate HTML reports. SimpleCov gets installed automatically when you install Bashcov.

ruby bash bats shunit2 bash_unit assert.sh bashaspec coverage ci continuous-integration testing unit-testing
WindTerm https://github.com/kingToolbox/WindTerm
Thu 08 Sep 2022 06:31:32 PM CEST
QRCode
thumbnail

A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal.
A Quicker and better SSH/Telnet/Serial/Shell/Sftp client for DevOps.

terminal ssh telnet devops korben foss shell bash
Atuin - Magical Shell History https://atuin.sh/
Thu 11 Aug 2022 03:50:06 PM CEST
QRCode
thumbnail

Atuin replaces your existing shell history with a SQLite database, recording additional context for your commands. It also provides optional and fully encrypted synchronisation of your history between machines

bash sh shell command-line sqlite history
GameShell https://github.com/phyver/GameShell
Wed 03 Aug 2022 01:58:52 PM CEST
QRCode
thumbnail

a game to learn (or teach) how to use standard commands in a Unix shell.
Teaching first-year university students or high schoolers to use a Unix shell is not always the easiest or most entertaining of tasks. GameShell was devised as a tool to help students at the Université Savoie Mont Blanc to engage with a real shell, in a way that encourages learning while also having fun.

shell bash sh game gamification e-learning
Cmder https://github.com/cmderdev/cmder
Thu 16 Dec 2021 10:54:10 AM CET
QRCode

Portable console emulator for Windows
Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start.

windows console bash desktop development open-source
BASH3 Boilerplate – Template for writing better Bash scripts https://bash3boilerplate.sh/
Fri 09 Apr 2021 02:08:39 PM CEST
QRCode

When hacking up Bash scripts, there are often things such as logging or command-line argument parsing that:

You need every time
Come with a number of pitfalls you want to avoid
Keep you from your actual work

Here’s an attempt to bundle those things in a generalized way so that they are reusable as-is in most scripts.

We call it “BASH3 Boilerplate” or b3bp for short.

bash
Terminus https://luffah.xyz/bidules/Terminus
Mon 20 Nov 2017 03:31:18 PM CET
QRCode
thumbnail

Jeu francophone pour apprendre les commandes unix

e-learning bash command-line game
Bash Infinity https://github.com/niieani/bash-oo-framework
Sun 28 Aug 2016 04:09:02 PM CEST
QRCode
thumbnail

Bash Infinity is a standard library and a boilerplate framework for writing tools using bash. It's modular and lightweight, while managing to implement some concepts from C#, Java or JavaScript into bash. The Infinity Framework is also plug & play: include it at the beginning of your existing script to import any of the individual features such as error handling, and start using other features gradually.

bash shell command-line développement boilerplate framework todo
Fiche https://github.com/solusipse/fiche
Mon 09 Nov 2015 04:27:26 PM CET
QRCode
thumbnail

Command line pastebin for sharing terminal output.

command-line webapp bash pastebin todo
termbin.com - terminal pastebin http://termbin.com/
Mon 09 Nov 2015 04:26:33 PM CET
QRCode
thumbnail

There is only one thing you need to use this service - netcat.To check if you already have it installed, type in terminal nc.

web-service pastebin bash command-line
eg https://github.com/srsudar/eg
Tue 19 May 2015 07:58:32 PM CEST
QRCode
thumbnail

eg provides examples of common uses of command line tools.

Man pages are great. How does find work, again? man find will tell you, but you'll have to pore through all the flags and options just to figure out a basic usage. And what about using tar? Even with the man pages tar is famously inscrutable without the googling for examples.

command-line bash
Ralph https://github.com/qw3rtman/ralph
Tue 28 Apr 2015 02:11:43 PM CEST
QRCode
thumbnail

Ralph helps you create Bash aliases that can be called with sudo, have parameters, and print aesthetically-pleasing error messages. Ralph takes the work out of writing complex Bash aliases and provides parameter restrictions and default parameter values out-of-the-box.

bash command-line sysadmin
Hyperjump https://github.com/x0054/hyperjump
Tue 14 Apr 2015 01:08:28 PM CEST
QRCode
thumbnail

HyperJump - simple and quick bookmark tool for bash shell. I found similar projects, but nothing that was both fast, easy to use, and simple enough. I really needed a location bookmarking app because I am working on a high latency connection, and switching between directories is a pain.

bash terminal
sshrc https://github.com/Russell91/sshrc
Mon 06 Apr 2015 08:10:30 AM CEST
QRCode
thumbnail

bring your .bashrc, .vimrc, etc. with you when you ssh

ssh bash terminal sysadmin foss todo
terminal.sexy - Terminal Color Scheme Designer http://terminal.sexy/
Mon 13 Oct 2014 08:40:20 PM CEST
QRCode
thumbnail
terminal bash shell web-service todo recommended
page 1 / 2
4598 links, including 1 private
Shaarli - Le gestionnaire de marque-pages personnel, minimaliste, et sans base de données par la communauté Shaarli - Theme by kalvn