
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Gl is a small CLI that hooks into your Git config and GitLab API to easily access information based on the project your are currently in.
$ gem install gl
Inside your git workspace you can issue the following commands:
$ gl
Commands:
gl global # commands unrelated to the current project
gl help [COMMAND] # Describe available commands or one specific command
gl issues # handle issues of the project
gl mr # handle merge requests of the project
gl registry # handle registry of the project
$ gl issues list
+-----+----------------+-------------------------------------------------------------------------------+
| IID | Author | Title |
+-----+----------------+-------------------------------------------------------------------------------+
| 409 | XXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
| 105 | XXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
| 44 | XXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
| 33 | XXXXXXXXXXXXXX | XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
+-----+----------------+-------------------------------------------------------------------------------+
With interactive switch
$ gl issues list -i
Open a issue (Use β/β and β/β arrow keys, press Enter to select)
β£ 409 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
408 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
407 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
406 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
405 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
404 - XXXXXXXXXXXX - XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Open a issue directly with the IID or viathe interactive list
$ gl issue open 409
$ gl mr list -i
Select a merge request (Use β/β arrow keys, press Enter to select, and letter keys to filter)
β£ 2 - robert.mueller - WIP: Update README.md
In interactive mode you can also perform all the other actions
$ gl mr list -i
Select a merge request 2 - robert.mueller - WIP: Update README.md
βββββββββββββββββββββββββββββββββββββββββWIP: Update README.mdββββββββββββββββββββββββββββββββββββββββββ
β β
β # Nec verum procul trahuntur velle β
β β
β ## Foedantem blandis malorum mox β
β β
β chipsetMyspace.perlUltra.font_document(iscsiStandbyPermalink( β
β computing_mac_modem, streamingSli)); β
β address_operating = 40 + binComputingTransistor + rw * minimize; β
β wired(-1, qbe_export); β
β β
βState: openedββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββby robert.muellerβ
What to do next? (Use β/β arrow keys, press Enter to select)
β£ open
merge
approve
exit
$ gl mr list
+-----+----------------+-----------------------+
| IID | Author | Title |
+-----+----------------+-----------------------+
| 2 | robert.mueller | WIP: Update README.md |
+-----+----------------+-----------------------+
$ gl mr open 2
$ gl mr approve 2
$ gl mr merge 2
With the registry subcommand you can get a overview about the registry usage.
$ gl registry status
+---------------------------+------+-------------+
| Registry | Tags | Size |
+---------------------------+------+-------------+
| XXXXXXXXXXXXXXXXXXXXXXXXX | 42 | 13511.85 MB |
+---------------------------+------+-------------+
$ gl registry list
+---------------------------+-----------------------+-----------+-------------------------------+-----------+
| Registry | Tag | Image_ID | Created_at | Size |
+---------------------------+-----------------------+-----------+-------------------------------+-----------+
| XXXXXXXXXXXXXXXXXXXXXXXXX | latest | 90112d580 | 2019-08-19T12:23:11.129+02:00 | 305.42 MB |
| XXXXXXXXXXXXXXXXXXXXXXXXX | v0.87.3 | 90112d580 | 2019-08-19T12:23:11.129+02:00 | 305.42 MB |
+---------------------------+-----------------------+-----------+-------------------------------+-----------+
After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/Flipez/gl.
The gem is available as open source under the terms of the AGPL-3.0.
FAQs
Unknown package
We found that gl demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.