ぼんやりDTP

DTPに関係したりしなかったりするぼんやりとした話をなんとなく。

Macのコンソールで表示される文字が小さいので何か解決策が欲しい

Macのコンソールで表示される文字が小さいので何か解決策が欲しいんだけど、フォントの種類とか大きさを設定する機能がない模様。

何か方法はないかとググったが存外単純な解決策はなく、コンソール以外の方法を使うしかなさそうだ。

  1. 任意のターミナルエミュレータless +F [File]コマンドを使う
    1. ctrl + cノーマルモードFで監視モードに戻る
    2. 一つのログファイルを見るのであればこれで良さそう
  2. 任意のターミナルエミュレータtail -F [File]コマンドを使う
    1. ctrl + cで終了
    2. -n NUMBERオプションで最初に表示する行数を指定、デフォルトは10行
    3. 複数のログファイルも一応追える
  3. 変更を感知して再読込するテキストエディターで開いておく
    1. ファイルをうっかり編集してしまう恐れがあるので、これはやりたくないけど手頃
  4. 他のログ監視ツールを使う
    1. Log Transformer - Home
      1. $2.99/month, paid quarterly.
      2. 機能限定の無料版も有り
        1. アカウントを登録が必要
    2. LogTail - Local and Remote log file viewer for Mac OS X
      1. $14.99/¥1,840
  5. 他のログ監視ツールを使う(フリー、2020-07-17追記)
    1. glogg — glogg - the fast, smart log explorer
      1. glogg — Download
    2. Open Log Viewer | Apps | Electron
      1. Electron製なのでアプリケーションファイルサイズが240MB位とでかい。
    3. The Log File Navigatorコマンドラインツール)
      1. Welcome to lnav’s documentation! — lnav 0.8.6 documentation
      2. 一応homebrewでもインストールできたbrew install lnav
    4. Log-Viewer on the Mac App Store(2023-06-03追記)

2020-07-17追記

なんか「log viewer for mac」でググったら、それっぽいのがそこそこ見つかった。 フリーのGUIツールでは「glogg — glogg - the fast, smart log explorer」が良さげ。

参考ページ

  1. console.app font size - Apple Community
  2. Change font in Console.app in macOS Sierra - Ask Different

  3. macOS Console Alternatives for Mac - AlternativeTo.net

  4. macOS

  5. Stop using tail -f (mostly)

  6. linux - Alternative for "tail -f" that follows filename - Super User
  7. tmux - What's an alternative to tail -f that has convenient scrolling? - Unix & Linux Stack Exchange
  8. Linux tail command help and examples
  9. Linux and Unix tail command tutorial with examples | George Ornbo
  10. tail コマンド | コマンドの使い方(Linux) | hydroculのメモ
  11. MultiTailで効率的にログを見る - Qiita
  12. GitHub - tigrawap/slit: slit - a modern PAGER for viewing logs, get more than most in less time
  13. GitHub - SuprHackerSteve/Crescendo: Crescendo is a swift based, real time event viewer for macOS. It utilizes Apple's Endpoint Security Framework.
  14. Log Transformer - Home
  15. LogTail - Local and Remote log file viewer for Mac OS X