http://glogg.bonnefon.org/index.html

 

glogg — glogg - the fast, smart log explorer

glogg is a multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. glogg can be seen as a graphical, interactive combination of grep and less. This is a hotfi

glogg.bonnefon.org

 

윈도우, 리눅스, 맥용 버전이 모두 있다

나름 편하게 썼던 윈도우 버전 일단 여기 저장

 

glogg-latest-x86_64-setup.exe
6.47MB

아래와 같이 하면 되는것 확인함

 

 

리눅스의 whereis 와 비슷한 명령어가 윈도우에도 있나 찾아봤더니 윈도우에 기본제공 되고 있었음

 

위의 캡쳐화면과 같이 사용하면 되고

%path% 의 경로들만 검색하는것으로 보인다

https://marketplace.visualstudio.com/items?itemName=humao.rest-client

 

REST Client - Visual Studio Marketplace

REST Client REST Client allows you to send HTTP request and view the response in Visual Studio Code directly. Main Features Send/Cancel/Rerun HTTP request in editor and view response in a separate pane with syntax highlight Send CURL command in editor and

marketplace.visualstudio.com

vscode extension 에서 "rest client" 라고 검색하면 나온다

 

기존 postman 과 비슷한 기능을 하는것 같은데 나는 postman 보다 이놈을 먼저 접했음

 

사용법은 *.http 형식으로 아무 이름이나 붙은 파일을 만든다음

아래와 같은 형식으로 사용하면 된다

 

api 호출 하나씩 "###" 으로 구분하며

 

앞의 "GET" , "POST" 로 get 과 post 를 설정할 수 있다

header 의 parameter 는 get, post 바로 밑줄에 붙여서 쓰면 되고

 

body 는 한줄 띄우면 body 로 인식한다

 

get, post 위에 생기는 "Send Request" 문자를 클릭하면 

우측에 rest api 호출에 대한 결과 response 를 표시해준다.

 

현재까지 잘 쓰고있는 개발툴이며 나름 편하다.

 

 

추가 사용예제 :

 

 

크롬에서는 json data 를 받았을때 예쁘게 보여주지 않는다.

https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc

이 확장프로그램을 설치하면 보기좋게 들여쓰기 하며 보여준다.

+ Recent posts