GitXplorerGitXplorer
i

bashplus

public
39 stars
8 forks
2 issues

Commits

List of commits on branch master.
Unverified
030d196bf621e971e223e95e73c235e6992b85e0

Release 0.1.0

iingydotnet committed 4 years ago
Unverified
31e647a8a58edbc5a6eb746f73d8bd48ee875bd5

Add tests for version-check

iingydotnet committed 4 years ago
Unverified
c0b4f930b33161eda56014c854fda338c69ada54

Improve version-check

iingydotnet committed 4 years ago
Unverified
133032d1e18e07423b8506a57bb773231b3fc799

Move PATH assignment into test/setup

iingydotnet committed 4 years ago
Unverified
a46a9c8671c02b6393b16592b15ec2f8b1a5b821

Meta bashplus supports Bash 3.2

iingydotnet committed 4 years ago
Unverified
e49f45a1457fed3cceb15bd4a82b0f7515efd8e5

Release 0.0.9

aadmorgan committed 4 years ago

README

The README file for this repository.

=pod

=for comment DO NOT EDIT. This Pod was generated by Swim v0.1.48. See http://github.com/ingydotnet/swim-pm#readme

=encoding utf8

=head1 Name

Bash+(1) - Modern Bash Programming

=for html bashplus

=head1 Synopsis

source bash+ :std :array

use Foo::Bar this that

Array.new args "$@"

if args.empty?; then
  die "I need args!"
fi

Foo::Bar.new foo args

this is awesome     # <= this is a real command! (You just imported it)

=head1 Description

Bash+ is just Bash... B some libraries that can make Bash programming a lot nicer.

=for comment # Installation

Get the source code from GitHub:

git clone git@github.com:ingydotnet/bashplus

Then run:

make test
make install        # Possibly with 'sudo'

=head1 Usage

For now look at some libraries the use Bash+:

=over

=item * Lhttps://github.com/ingydotnet/git-hub

=item * Lhttps://github.com/ingydotnet/json-bash

=item * Lhttps://github.com/ingydotnet/test-more-bash

=back

=head1 Status

If you are interested in chatting about this, C</join #bpan> on irc.freenode.net.

=head1 Author

Written by Ingy döt Net ingy@ingy.net

=head1 Copyright & License

Copyright 2013-2020. Ingy döt Net.

The MIT License (MIT).

=cut