aboutsummaryrefslogtreecommitdiffstats
path: root/docs/import.md
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-25 23:29:59 +0000
committerGitHub <noreply@github.com>2023-02-25 23:29:59 +0000
commitc558da5bebfebf239dde867f36cc35d56849accf (patch)
tree2e75e2c479fa1d89632eafd8119e084243bafa5e /docs/import.md
parentRevert "Remove shortcut numbers (#708)" (#724) (diff)
downloadatuin-c558da5bebfebf239dde867f36cc35d56849accf.zip
Add fancy web docs (#725)
* Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
Diffstat (limited to 'docs/import.md')
-rw-r--r--docs/import.md27
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/import.md b/docs/import.md
deleted file mode 100644
index 9fc0580e..00000000
--- a/docs/import.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# `atuin import`
-
-Atuin can import your history from your "old" history file
-
-`atuin import auto` will attempt to figure out your shell (via \$SHELL) and run
-the correct importer
-
-Unfortunately these older files do not store as much information as Atuin does,
-so not all features are available with imported data.
-
-# zsh
-
-```
-atuin import zsh
-```
-
-If you've set HISTFILE, this should be picked up! If not, try
-
-```
-HISTFILE=/path/to/history/file atuin import zsh
-```
-
-This supports both the simple and extended format
-
-# bash
-
-TODO