All Projects → pikey8706 → Logcatch

pikey8706 / Logcatch

android adb logcat viewer for Linux/Mac/Windows

Programming Languages

tcl
693 projects

Projects that are alternatives of or similar to Logcatch

Vim Cool
A very simple plugin that makes hlsearch more useful.
Stars: ✭ 268 (+182.11%)
Mutual labels:  search, highlighting
Searchable
Search/filter functionality for Laravel's Eloquent models
Stars: ✭ 113 (+18.95%)
Mutual labels:  search, filtering
Nexus Tools
Installer for ADB and Fastboot on Linux, macOS, and Chrome OS
Stars: ✭ 596 (+527.37%)
Mutual labels:  mac, adb
csak
Cartel Swiss Army Knife for Android devices - easy to use toolkit for Android devices
Stars: ✭ 18 (-81.05%)
Mutual labels:  mac, adb
Automator
Various Automator and AppleScript workflow and scripts for simplifying life
Stars: ✭ 68 (-28.42%)
Mutual labels:  search, mac
Search Ui
Search UI. Libraries for the fast development of modern, engaging search experiences.
Stars: ✭ 1,294 (+1262.11%)
Mutual labels:  search
Algoliasearch Client Android
Algolia Search API Client for Android
Stars: ✭ 92 (-3.16%)
Mutual labels:  search
Gatsby Plugin Elasticlunr Search
Gatsby search plugin via elastic lunr client-side search index.
Stars: ✭ 88 (-7.37%)
Mutual labels:  search
Wechatdemo
macOS WeChat 仿微信MAC端 QQ NSCollectionView,NSSplitView,ect..
Stars: ✭ 87 (-8.42%)
Mutual labels:  mac
Plug
macOS app for Hype Machine
Stars: ✭ 93 (-2.11%)
Mutual labels:  mac
Phpstorm Solarized
Solarized theme for JetBrains PhpStorm
Stars: ✭ 93 (-2.11%)
Mutual labels:  highlighting
Searchwp Live Ajax Search
[WordPress Plugin] Enhance your search forms with live search (utilizes SearchWP if installed)
Stars: ✭ 91 (-4.21%)
Mutual labels:  search
Predicates
Predicates for type checking, assertions, filtering etc
Stars: ✭ 89 (-6.32%)
Mutual labels:  filtering
Txtai.js
AI-powered search engine for JavaScript
Stars: ✭ 93 (-2.11%)
Mutual labels:  search
Vim Rfc
📓 Query RFC database and download RFCs from within Vim.
Stars: ✭ 88 (-7.37%)
Mutual labels:  search
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-1.05%)
Mutual labels:  highlighting
Yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
Stars: ✭ 87 (-8.42%)
Mutual labels:  search
Npmarket
🛒 More efficient search for node packages.
Stars: ✭ 91 (-4.21%)
Mutual labels:  search
React Instantsearch
⚡️ Lightning-fast search for React and React Native applications, by Algolia.
Stars: ✭ 1,320 (+1289.47%)
Mutual labels:  search
Applied Ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
Stars: ✭ 17,824 (+18662.11%)
Mutual labels:  search

LogCatch

Log viewer for Linux/Mac/Windows. First desigend for android adb logcat viewer. Now you can use this for general log viewer by easy filtering and highlighting. This is written in tcl/tk.

Spec:

  • Colored log. logtype detection is supported. like time threadtime brief process, and eclipse copied, studio copied logs.
  • Filtering by keywords. This is done by awk regular expression like awk '/key|word/ {print}'
  • Searching keyword and highlighting it.
  • Saving log.
  • Can read saved logs in a file.
  • View adb logcat logs from a device.

Requirement

You need to prepare commands: wish, gawk, and adb(for android).

Linux: gawk for filtering, tk package for GUI, and android-sdk for adb.

Mac: android-sdk for adb, and gawk.

Windows: bash, wish, gawk, android-sdk for adb. I recommed to install msys-git. This contains git, bash, awk, wish. No warranty for subsystem-linux on windows 10. Only mysy-git is supported.

Install

Linux: pacman -S gawk tk android-tools apt-get install gawk tk android-tools

Mac: prepare android-sdk brew install gawk

Windows: I tested my-app on msysgit enviroment. Install from : https://git-for-windows.github.io/ Or active tcl may work().

Usage

To launch app

Linux/Mac user

on terminal.
$ runOnShell
or
$ wish src/LogCatch.tcl --dir src

Windows user Assuming you have done installed msys-git.

To see log from devices after app launched, do below please.

  • you should select android-sdk-directory or adb including directory from popup window.
  • click "Devices" button to see device list connected to usb. after click Devices, devices name will list in "Source:".
  • click Device name then log will be shown in window.

ScreenShot

Author: Hirohito Sasaki email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].