# Atuin - 쉘 히스토리를 SQLite에 저장하기

> Clean Markdown view of GeekNews topic #4276. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4276](https://news.hada.io/topic?id=4276)
- GeekNews Markdown: [https://news.hada.io/topic/4276.md](https://news.hada.io/topic/4276.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-18T09:02:14+09:00
- Updated: 2021-05-18T09:02:14+09:00
- Original source: [github.com](https://github.com/ellie/atuin)
- Points: 11
- Comments: 1

## Topic Body

- 쉘 코맨드와 추가 컨텍스트를 SQLite DB에 암호화 하여 저장

- 서버 이용해서 쉘 히스토리를 여러대의 머신간에 동기화 가능

- 다양한 검색조건

ㅤ→ "어제 3시 이후에 성공(exit 0)한 모든 make 명령"

- up 이나 ctrl-r 을 검색가능한 히스토리 UI로 연동

- 통계 기능 지원 : "가장 많이 사용한 명령"

- zsh/bash 지원

- Rust 오픈소스

## Comments



### Comment 5211

- Author: xguru
- Created: 2021-05-18T09:04:18+09:00
- Points: 1

BashHub - Bash/Zsh 히스토리를 클라우드에 저장하기 https://news.hada.io/topic?id=1617

검색 UI는 BashHub 쪽이 조금 더 쉬운거 같기는 하네요.
