並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 50件

新着順 人気順

TUIの検索結果1 - 40 件 / 50件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

TUIに関するエントリは50件あります。 toolgithubツール などが関連タグです。 人気エントリには 『僕の考えた最強のTUI grepツールを作った - ぴょこぴょこブログ』などがあります。
  • 僕の考えた最強のTUI grepツールを作った - ぴょこぴょこブログ

    大きなコードベースを持ったプロジェクトでコードを書くとなった時に、書くのと同じくらい(またはそれ以上に)コードを読むことになると思います。 なので、コードの検索ツールの良し悪しは生産性に直接的に影響してくると言えるでしょう。 VSCode へのお気持ち 僕は普段はIntelliJを使っていて、その検索ツールの出来(もちろんそれ以外も)に非常に満足していますが、諸々の事情からVSCodeを使いたいという気持ちになることが多々あります。 しかし、どうしてもVSCodeの検索ツールが好きになれず移行する気持ちになれないでいました。 具体的に何が好きになれないかと言うと、Open in Editorを使用しない場合は、検索結果の周辺コードのプレビューを見るためにファイルをポコポコ開いていく必要がありツライです。Open in Editorを使用する場合は、周辺コードの情報量の調整が面倒でツライです

      僕の考えた最強のTUI grepツールを作った - ぴょこぴょこブログ
    • Terraform State をビジュアルで確認できるOSS「terraform-tui」の紹介 | DevelopersIO

      お疲れさまです。とーちです。 Terraformを使っていて「今のState fileの状態を簡単に確認したいな」と思うことはないでしょうか?私は稀にあります。 今回は、そんな悩みを解決してくれる「terraform-tui」というOSSツールをご紹介したいと思います。 とりあえずまとめ Terraform Stateをグラフィカルに可視化できる リソースの検索や詳細表示が直感的に可能 Plan/Applyもツール上から実行可能 terraform-tuiの主要機能 1. State管理の可視化 Terraform stateツリーの完全な可視化 リソース状態の詳細表示と簡単なナビゲーション ツリー構造での直感的な状態把握 2. 検索・操作機能 stateツリーとリソース定義の検索 リソースの単一/複数選択 リソースの削除機能 3. Plan/Apply機能 terraform-tuiから

        Terraform State をビジュアルで確認できるOSS「terraform-tui」の紹介 | DevelopersIO
      • GitHub - hatoo/oha: Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - hatoo/oha: Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
        • TUIなTwitterクライアント「nekome」を作った

          どんなの? ※ アイコンや配色はデフォルトからカスタマイズしています ↑ こんなの タブ形式でページを複数開くことができ、 Vim っぽいキーバインドでさくさく使える TUI の Twitter クライアントです。 何ができるの? 以下のことができます。 ホーム・メンション・リストタイムラインの閲覧 アンケートの投票状況・ピン留めツイートの表示 ツイートの投稿・削除 ツイートに対してのいいね・RT・QT・リプライ ユーザーのフォロー・ブロック・ミュート アカウントの切り替え(マルチアカウント) これに加えて最近、ストリームモード という Tweet Deck のようにツイートが流れる機能を実装しました! かなりアプローチは違いますが、今は亡き UserStream の雰囲気を味わうことができます。.. インストール macOS で Homebrew 導入済みなら

            TUIなTwitterクライアント「nekome」を作った
          • GitHubのTUIツールを作った

            機能 現時点ではissue関連の機能が実装されています。未実装の機能はこちらを参照ください。 Issue list create close open open browser preview edit Issue comment list preview delete 基本的な使い方 リポジトリを指定して起動するか、指定しない場合はカレントディレクトリのリポジトリが自動で指定されます。 起動後にissueの検索が行われ、一覧が表示されます。パネルを移動するにはCtrl-N/Ctrl-Pを使います。 検索 github-tuiではsearchのクエリを使ってissueを検索できます。現時点ではissueのみ検索可能ですが、将来的にはPRなども検索できるようにする予定です。 どんなクエリが使えるかは、searchのドキュメントを参照していただければと思います。 たとえばissueのタイトルと

              GitHubのTUIツールを作った
            • GitHub - RamboRogers/netventory: Netventory is a fast single binary network scanning tool with a beautiful TUI and WebUI that runs on Linux, Mac or Windows.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - RamboRogers/netventory: Netventory is a fast single binary network scanning tool with a beautiful TUI and WebUI that runs on Linux, Mac or Windows.
              • GitHub - altsem/gitu: A TUI Git client inspired by Magit

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - altsem/gitu: A TUI Git client inspired by Magit
                • [Rust] 自作言語での TUI デバッガのススメ

                  Rust で作るプログラミング言語シリーズです。 バイトコードコンパイラの難しさ 書籍での心残りの一つが、第6章のバイトコードの難易度です。本書ではプログラミング言語を作るにあたってステップ・バイ・ステップで難易度を上げていくように構成を考えていますが、第6章のバイトコードの実装の時点で難易度が急激に上昇します。例えば、次のようなジャンプアドレスの計算を行う必要があるのですが、これはかなり込み入ったロジック計算が必要になります。 条件分岐では、下図のようにジャンプしますが、このアドレス計算が厄介です。 ループについても同じくジャンプ命令が必要ですが、こちらはループの先頭にアドレスを戻します。 この実装の難しさは、プログラムの意味を理解する(意味論)ロジックと、それをバイトコードへ変換するロジックを一つとしてデバッグしなくてはならないところにあります。どちらに問題があるかを切り分けるのは簡単

                    [Rust] 自作言語での TUI デバッガのススメ
                  • Githubで管理しているDBスキーマを見るTUIツールを作りました

                    忙しい人のまとめ Githubに保管されているtblsで生成されたスキーマをターミナル上で見れるTUIツールを作成しました。 ↓動作の様子 主にできることは下記です。 複数DBスキーマへの切り替え テーブル名orカラム名によるフィルタリング テーブルの詳細表示 カラムの詳細表示 インストールは、ここからビルドされたものを持ってきて自分で配置するか、 下記を使用してください。 インストール後、trv とターミナルで打てば、初回起動時のコンフィグ作成が行われます。 コンフィグ作成後、もう一度trvと打てば最初に示したようにテーブルの情報が見れます。 どうしてつくったの? 自分が働いている環境では、複数サービスを扱っているため多くのDBが存在します。 そのため開発や、お問い合わせ対応などで頻繁に作業するサービスが変わるので作業中よくDBスキーマを確認します。 自身の職場ではtblsを使用してDB

                      Githubで管理しているDBスキーマを見るTUIツールを作りました
                    • VimとTUIツールをなめらかに切り替える

                      VimからTUIツールを呼び出す 私はVim以外のTUI(Terminal User Interface)ツールとしてファイラにRanger、Git操作にはTigを利用しています。 TUIはそれ自体の制約によりキーボード操作のみで完結することや、開発時の基本的なワークフローがターミナル内に閉じることによる環境のポータビリティにメリットがあります。 VimからはTUIツールの呼び出しは外部コマンド呼び出しの:!{cmd}やVimの組込みターミナル:terminal {cmd}でTUIツールを呼び出せます。 逆にTUIツールからエディタを呼び出すケースもあります。 たとえばファイラのRangerで選択したファイルを開く場合、環境変数$EDITORに登録されているエディタ(Vim)を使って開きます。 TigはGit操作でdiff表示しているときにeを押したときのカーソルのある行でエディタを使って

                        VimとTUIツールをなめらかに切り替える
                      • GitHub - motemen/gcal-tui

                        Compile with go build and run with ./gcal-tui. gcal-tui interfaces directly with Google's Calendar API. You will be defining your own application to which you will authorize yourself. Go to https://console.cloud.google.com/ and either select an existing project or create a new one (e.g "personal-stuff"), then select it. Left sidebar > "APIs & Services" > Library > Search for and enable the Google

                          GitHub - motemen/gcal-tui
                        • GitHub - gvcgo/version-manager: 🔥 A general version manager for thousands of SDKs with TUI inspired by lazygit. No need to remember any commands. Less bugs. Docs: https://gvcgo.github.io/vmrdocs

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - gvcgo/version-manager: 🔥 A general version manager for thousands of SDKs with TUI inspired by lazygit. No need to remember any commands. Less bugs. Docs: https://gvcgo.github.io/vmrdocs
                          • GitHub - Genivia/ugrep: 🔍 ugrep 7.3 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z,

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - Genivia/ugrep: 🔍 ugrep 7.3 file pattern searcher -- a more powerful, ultra fast, user-friendly, compatible grep replacement. Includes a TUI, Google-like Boolean search with AND/OR/NOT, fuzzy search, hexdumps, searches (nested) archives (zip, 7z,
                            • インタラクティブなsystemdを目指すTUI「ISD」が登場 | gihyo.jp

                              2025年になってから始まった新しいオープンソースプロジェクトのひとつにPythonで書かれたターミナルツール「ISD」がある。“⁠インタラクティブなsystemd⁠”によるsystemdユニット管理のシンプル化をめざしており、Linux初心者にとってもパワーユーザにとってもカスタマイズしやすいキーボードフォーカスのTUI(Text User Interface)を提供する(ライセンスはGPL‐v3.0⁠)⁠。 isd (interactive systemd) – a better way to work with systemd units -GitHub isd – a better way to work with systemd units “インタラクティブなsystemd⁠”という名称が示すように、ISDの特徴はユーザ/システム管理者がsystemdと対話しながら操作できる点

                                インタラクティブなsystemdを目指すTUI「ISD」が登場 | gihyo.jp
                              • 対話型TUIローカルLLM生成AIのOllamaを入れて遊んでみた。中身はllama.cpp。TUIがとても使いやすい。モデルがQ4量子化されていてコンパクト。LinuxとAndroid上のTermuxでも動いた。

                                Kapper@Linuxガジェヲタ&異世界小説家&生成AI&電子工作大好き @kapper1224 対話型ローカルLLMのOllamaを入れてみた ダウンロードや実行が半自動式でターミナル操作できるTUIが売りのユーザーフレンドーリさ。量子化可 Pythonで組んだり、OpenAIキーも使える。 メモリの消費量はモデル次第かな。 github.com/ollama/ollama pic.twitter.com/AsAYr7gj5v 2024-02-14 06:32:01 Kapper@Linuxガジェヲタ&異世界小説家&生成AI&電子工作大好き @kapper1224 Ollamaのインストールは簡単。*BSDでは使えない。ターミナルから、 curl -fsSL ollama.com/install.sh | sh ollama run llama2 あとは自動でダウンロードして設定 sy

                                  対話型TUIローカルLLM生成AIのOllamaを入れて遊んでみた。中身はllama.cpp。TUIがとても使いやすい。モデルがQ4量子化されていてコンパクト。LinuxとAndroid上のTermuxでも動いた。
                                • GitHub - TaKO8Ki/gobang: A cross-platform TUI database management tool written in Rust

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - TaKO8Ki/gobang: A cross-platform TUI database management tool written in Rust
                                  • GitHub - charmbracelet/bubbletea: A powerful little TUI framework 🏗

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - charmbracelet/bubbletea: A powerful little TUI framework 🏗
                                    • GitHub - achristmascarl/rainfrog: 🐸 a database management tui for postgres

                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                        GitHub - achristmascarl/rainfrog: 🐸 a database management tui for postgres
                                      • GitHub - noahgorstein/jqp: A TUI playground to experiment with jq

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - noahgorstein/jqp: A TUI playground to experiment with jq
                                        • GitHub - Amjad50/plastic: NES emulator in rust with egui and TUI

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - Amjad50/plastic: NES emulator in rust with egui and TUI
                                          • GitHub - mathaou/termdbms: A TUI for viewing and editing database files.

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - mathaou/termdbms: A TUI for viewing and editing database files.
                                            • goのTUIについて :: Noboru Saito's page

                                              概要ライブラリの状況を鑑みてgoのTUIについて2020年最終版に更新しました。 goでTUI(text user interface)を作成する場合にライブラリを使用するのが一般的です。 goのTUIライブラリはだいたい以下に分類されます。 termbox-go系tcell系その他TUIライブラリを謳っている場合は、だいたい上記2つを元に実装されている場合が多いです。 TUIはエスケープシーケンスを使用すれば、ライブラリを使用しなくても実現できますが、端末によりエスケープシーケンスが変わっていたりするので、マルチプラットフォームで動作するのは難しくなります。 そのため、独自に一から作成するよりは、これらのライブラリの上に便利な機能を足す形になります。 termbox-go系termbox-goは、老舗で現在も多く使われていますが、開発は停滞傾向で、termbox-goにもそれほど保守しな

                                                goのTUIについて :: Noboru Saito's page
                                              • GitHub - pythops/impala: 🛜 TUI for managing wifi on Linux.

                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                  GitHub - pythops/impala: 🛜 TUI for managing wifi on Linux.
                                                • Rust製・自作tuiファイルマネージャーの紹介

                                                  はじめまして。tuiファイルマネージャーを実装したので、その紹介記事です。 felix linux(Arch Linux, ubuntu)およびmacOS上での動作を確認しています。Windowsは今のところ未対応です。 パッケージ名は、fileのアナグラムと、explorerの'x'の組み合わせです(好きなテニス選手のファーストネームでもあります)。これまで愛用していたVifmに大きな影響を受けつつ、 最低目標として Vimの基本的な操作感をファイルマネージャーとして再現すること ゴールとして シンプルかつ高速に作ること ファイルを開くためのアプリケーションを簡単に設定できること を念頭に置いて開発を続けています。 インストール crates.ioに登録済です。

                                                    Rust製・自作tuiファイルマネージャーの紹介
                                                  • GitHub - alexpasmantier/television: A cross-platform, fast and extensible general purpose fuzzy finder TUI 📺

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - alexpasmantier/television: A cross-platform, fast and extensible general purpose fuzzy finder TUI 📺
                                                    • GitHub - sayanarijit/xplr: A hackable, minimal, fast TUI file explorer

                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                        GitHub - sayanarijit/xplr: A hackable, minimal, fast TUI file explorer
                                                      • ターミナルでOpenTelemetryのトレースを閲覧できるツール「otel-tui」を作りました

                                                        少し前に比べるとだいぶOpenTelemetry界隈もにぎやかになってきたなーと感じる今日この頃です。私も2年ほど前からコントリビュートしたりブログ記事を書いたりしていましたが、どこかで同期的に開催されるイベントにも参加したいなーと思っています。 さて、皆さんは普段アプリケーションを計装したり計装用のライブラリを書く際は、ローカルでの動作確認をどのように行っているでしょうか? 自身の観測範囲内ではローカルでjaegerやGrafanaなどを上げている人が多い印象ですが、今回新たな方法としてターミナル上でOpenTelemetryを閲覧できる自作ツール「otel-tui」をご紹介できればと思います。 なお、今回の記事では使い方などユーザー向けの内容となっているので、実装周りの詳細については下記のブログ記事をご参照ください。 モチベーション ローカルでの開発に「ちょうど良い」ツールがほしかった

                                                          ターミナルでOpenTelemetryのトレースを閲覧できるツール「otel-tui」を作りました
                                                        • Terraform State 可視化ツール terraform-tuiを試してみた

                                                          はじめに Terraform Stateファイルを軽易にわかりやすく確認したいと思い調べたところ terraform-tui というものに出会いました。(移行TFTUIと記述します) こんな感じのUI、k9sみたいですね。 以前までは のようにして全体像を把握していました。(下図のような描画になります) 依存関係も可視化できてこれはこれでわかりやすいです。 でも、軽易に確認がしたいためTFTUIを使い始めました。 本記事でやること/やらないこと やること TFTUIの簡単な説明 インストール方法 簡単な使用方法の紹介 やらないこと 詳細な操作方法の説明 TFTUI とは TFTUI = The Terraform textual UI terraform-tui プロジェクトのREADME記載の通り以下の特徴を有します。 Terraform Stateのツリー表示 リソースの中身を簡単に表

                                                            Terraform State 可視化ツール terraform-tuiを試してみた
                                                          • ターミナルからUnicodeのデータを検索できるコマンドラインツール「cicero-tui」がリリース。

                                                            ターミナルからUnicodeのデータを検索できるコマンドラインツール「cicero-tui」がリリースされています。詳細は以下から。 cicero-tui(CICERO Terminal User Interface)はUnicodeデータベース・ツール「Cicero: A Unicode® Tool for Mac/iOS」を開発しているニュージーランドのDJメーカーSerato DJのエンジニアYan Liさんが新たに公開したコマンドラインツールで、macOSやGNU/LinuxのターミナルからUnicodeのデータを検索/確認することが出来ます。 cicero A Unicode tool with terminal user interface. eyeplum/cicero-tui: A Unicode tool with terminal user interface. – G

                                                              ターミナルからUnicodeのデータを検索できるコマンドラインツール「cicero-tui」がリリース。
                                                            • GitHub - dankamongmen/notcurses: blingful character graphics/TUI library. definitely not curses.

                                                              What it is: a library facilitating complex TUIs on modern terminal emulators, supporting vivid colors, multimedia, threads, and Unicode to the maximum degree possible. Things can be done with Notcurses that simply can't be done with NCURSES. It is furthermore fast as shit. What it is not: a source-compatible X/Open Curses implementation, nor a replacement for NCURSES on existing systems. for more

                                                                GitHub - dankamongmen/notcurses: blingful character graphics/TUI library. definitely not curses.
                                                              • GitHub - skanehira/github-tui: TUI client for GitHub

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - skanehira/github-tui: TUI client for GitHub
                                                                • GitHub - chaosprint/asak: A cross-platform audio recording/playback CLI tool with TUI, written in Rust.

                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                    GitHub - chaosprint/asak: A cross-platform audio recording/playback CLI tool with TUI, written in Rust.
                                                                  • GitHub - c-grimshaw/gosniff: A fancy-schmancy tcpdump-esque TUI, programmed in Go.

                                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                      GitHub - c-grimshaw/gosniff: A fancy-schmancy tcpdump-esque TUI, programmed in Go.
                                                                    • 【Go】tviewによるTUIツール作成

                                                                      はじめに この記事は、Goの勉強を兼ねてTUIツールを作った際に、調べた内容をまとめたものとなります。 GoにはTUIライブラリはいくつかありますが、今回はtviewというライブラリを使用しました。 tviewは、ドキュメントや設定例が豊富で簡単にTUIツールが作れるため、とても便利なライブラリなのですが、日本語の解説記事があまり見当たらなかったため、今回記事にしてみました。 tviewについて tviewはtcellを元に様々なウィジェットが実装されており、それらを組み合わせてTUIツールを作る事ができるライブラリとなります。 tviewは大きく分けて、二種類の構造体で構成されています。 ウィジェット: 入力フォームやテーブル等を構成する構造体 Application: 各ウィジェットを実際に描画したり等、全体を制御する構造体 tviewを用いたTUIツールの実装の流れとしては、基本的に

                                                                        【Go】tviewによるTUIツール作成
                                                                      • BlueskyのTUI Client Appを作り始めてしまった - すぎゃーんメモ

                                                                        memo.sugyan.com の続き…? I've published `tuisky`, a TUI Client for Bluesky, as v0.0.1. (It's still a work in progress.) Were there already other clients available for use in the terminal? #atdev #bluesky-client #tui crates.io/crates/tuisky [image or embed]— すぎゃーん (@sugyan.com) Jul 1, 2024 at 12:12 AM 経緯 RatatuiによるTUI開発 Asynchronous Event Handling Components Architecture 自作Client用の設計 機能 完全に分離された Multi

                                                                          BlueskyのTUI Client Appを作り始めてしまった - すぎゃーんメモ
                                                                        • GitHub - cjbassi/ytop: A TUI system monitor written in Rust

                                                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                            GitHub - cjbassi/ytop: A TUI system monitor written in Rust
                                                                          • 7 Things I've learned building a modern TUI Framework

                                                                            7 Things I've learned building a modern TUI Framework I've be working on Textual for over a year now. Here's a few things I've discovered (or re-discovered) regarding terminals in Python, and software development in general. I've be working on Textual for over a year now. Here's a few things I've discovered (or re-discovered) regarding terminals in Python, and software development in general. — Wi

                                                                            • GitHub - bluetuith-org/bluetuith: A TUI bluetooth manager for Linux.

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - bluetuith-org/bluetuith: A TUI bluetooth manager for Linux.
                                                                              • GitHub - arrow2nd/nekome: 🐈 TUI な Twitter クライアント

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - arrow2nd/nekome: 🐈 TUI な Twitter クライアント
                                                                                • chawan: TUI Web Browser

                                                                                  #Chawan - a web browser for your terminal Project page #What is this? A text-mode web browser. It displays websites in your terminal and allows you to navigate on them. It can also be used as a terminal pager. #Compiling Note: a POSIX-compliant operating system is required. Clone the Chawan repository: git clone https://git.sr.ht/~bptato/chawan && cd chawan Install the Nim compiler: https://nim-la

                                                                                  新着記事