Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 5, 2018 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/81a59c392e219e4b17cee5f217214aee to your computer and use it in GitHub Desktop.
Save Whateverable/81a59c392e219e4b17cee5f217214aee to your computer and use it in GitHub Desktop.
greppable6
\.status\(
File Code
SCIMON/Timer-Breakable
…/README.md :44:
As per Promise.status()
SCIMON/Timer-Breakable
…/Breakable.pm6 :92:
As per Promise.status()
7ojo/perl6-git-simple
…/Simple.pm :11:
my %info = Git::Simple::Parse.new.status(out => $proc.out.slurp-rest);
7ojo/perl6-git-simple
…/10-parse.t :12:
my %res = Git::Simple::Parse.new.status(out => '## foo');
7ojo/perl6-git-simple
…/10-parse.t :15:
%res = Git::Simple::Parse.new.status(out => '## foo...bar');
7ojo/perl6-git-simple
…/10-parse.t :19:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3]');
7ojo/perl6-git-simple
…/10-parse.t :24:
%res = Git::Simple::Parse.new.status(out => '## foo...bar [ahead 3, behind 5]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment