https://github.com/atelierarith/terminalgat.jl
Wrapper of Go implementation `gat` (🐱 cat alternative written in Go.) for Julian
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
Repository
Wrapper of Go implementation `gat` (🐱 cat alternative written in Go.) for Julian
Basic Info
- Host: GitHub
- Owner: AtelierArith
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://atelierarith.github.io/TerminalGat.jl/
- Size: 241 KB
Statistics
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 6
Topics
Metadata Files
README.md
TerminalGat

TL;DR
Description
This package TerminalGat.jl provides Julia interface for gat. It allows to display files and images in the Julia's REPL.
Setup
- Install Julia. Once you've done, you can use
juliacommand in your terminal.
``sh
$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _ | |
| | || | | | (| | | Version 1.10.3 (2024-04-30)
/ |_'|||_'| | Official https://julialang.org/ release
|_/ |
julia> using Pkg; Pkg.add("TerminalGat") ```
How to use
https://github.com/user-attachments/assets/6c251619-7669-4170-afe0-dbb699f39390
Our Julia package TerminalGat.jl exports
gatgess@gess@code@gode@search@gearch
gat
julia
julia> using TerminalGat
julia> gat("Project.toml")
Internally, our package uses JuliaDocs/IOCapture.jl to capture the standard output generated by the go binary gat.
If your terminal supports Sixel, you can print images.
julia
julia> using TerminalGat
julia> using Plots; plot(sin); savefig("sin.png")
julia> gat("sin.png")
gess
gess works something like gat + less:
julia
julia> using TerminalGat
julia> gess("Project.toml")
Internally, our package uses ronisbr/TerminalPager.jl to scroll through content that does not fit in the screen.
@gess, @code, @gode
The @gess macro works like InteractiveUtils.@less, but highlights Julia code.
The @code extracts a method definition from the source code that defines the method.
The @gode macro works like @code, but highlights Julia code.
@search, @gearch
The @search works like tkf/InteractiveCodeSearch.jl allowing us to choose the code we want to read.
The @gearch macro works @seach with gat feature; allowing us to read syntax highlighted code by gat.
https://github.com/user-attachments/assets/fef6b270-1ec3-4a04-a3a8-9213cb4883ee
Owner
- Name: AtelierArith
- Login: AtelierArith
- Kind: organization
- Email: contact@atelier-arith.jp
- Location: Japan
- Twitter: AtelierArith
- Repositories: 8
- Profile: https://github.com/AtelierArith
Enhance "Math meets Art"
GitHub Events
Total
- Create event: 20
- Release event: 6
- Issues event: 9
- Watch event: 7
- Delete event: 13
- Issue comment event: 26
- Push event: 34
- Public event: 1
- Pull request event: 24
Last Year
- Create event: 20
- Release event: 6
- Issues event: 9
- Watch event: 7
- Delete event: 13
- Issue comment event: 26
- Push event: 34
- Public event: 1
- Pull request event: 24
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 5
- Total pull requests: 25
- Average time to close issues: 1 day
- Average time to close pull requests: about 5 hours
- Total issue authors: 3
- Total pull request authors: 3
- Average comments per issue: 1.8
- Average comments per pull request: 0.0
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 3
Past Year
- Issues: 5
- Pull requests: 25
- Average time to close issues: 1 day
- Average time to close pull requests: about 5 hours
- Issue authors: 3
- Pull request authors: 3
- Average comments per issue: 1.8
- Average comments per pull request: 0.0
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 3
Top Authors
Issue Authors
- terasakisatoshi (3)
- JuliaTagBot (1)
- theogf (1)
Pull Request Authors
- terasakisatoshi (22)
- github-actions[bot] (2)
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 7
juliahub.com: TerminalGat
Wrapper of Go implementation `gat` (🐱 cat alternative written in Go.) for Julian
- Homepage: https://atelierarith.github.io/TerminalGat.jl/
- Documentation: https://docs.juliahub.com/General/TerminalGat/stable/
- License: MIT
-
Latest release: 0.1.6
published about 1 year ago
Rankings
Dependencies
- actions/checkout v4 composite
- julia-actions/cache v2 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-runtest v1 composite
- julia-actions/setup-julia v2 composite
- actions/checkout v4 composite
- julia-actions/cache v2 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-docdeploy v1 composite
- julia-actions/setup-julia v2 composite
- JuliaRegistries/TagBot v1 composite