mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
Add code for header for #56
This commit is contained in:
parent
16d8755c01
commit
eb639b7496
@ -1,5 +1,4 @@
|
||||
CWD Hostname Exit Code Command
|
||||
/ ghaction-runner-hostname 0 hishtory config-set displayed-columns CWD Hostname 'Exit Code' Command
|
||||
/ ghaction-runner-hostname 0 ls /tmp/ &
|
||||
/ ghaction-runner-hostname 0 echo "foo"
|
||||
/ ghaction-runner-hostname 0 echo bar
|
||||
|
@ -1,5 +1,6 @@
|
||||
-pipefail -tablesizing
|
||||
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > -pipefail -tablesizing
|
||||
|
@ -1,4 +1,3 @@
|
||||
/Users/david/.zshrc:source:22: no such file or directory: /usr/share/fzf/key-bindings.zsh
|
||||
david@Davids-MacBook-Air hishtory % hishtory tquery
|
||||
|
||||
david@Davids-MacBook-Air hishtory %
|
@ -1,3 +1,6 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
||||
┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
@ -1,5 +1,6 @@
|
||||
foo:
|
||||
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
@ -1,3 +1,5 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
Warning: failed to search: search query contains unknown search atom 'ls' that doesn't match any column names
|
||||
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
||||
┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
@ -1,3 +1,6 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
||||
┌───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
@ -1,3 +1,6 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
||||
┌────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
@ -1,3 +1,6 @@
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > ls
|
||||
|
||||
┌────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
|
@ -1,9 +1,8 @@
|
||||
Search Query: > Slah
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│ ghaction-runner-hostname 0 ls -Slah / foo │
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
@ -23,4 +22,5 @@ Search Query: > Slah
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
│ │
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,8 +1,8 @@
|
||||
Search Query: > -pipefail -exit_code:0
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ localhost 2 echo 'bar' & │
|
||||
│ localhost 2 echo 'aaaaaa bbbb' │
|
||||
│ localhost 2 ls ~/bar/ │
|
||||
@ -23,4 +23,4 @@ Search Query: > -pipefail -exit_code:0
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,9 +1,8 @@
|
||||
Search Query: > ls
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│ ghaction-runner-hostname 0 ls / foo │
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ localhost 2 ls ~/bar/ │
|
||||
│ localhost 2 ls ~/foo/ │
|
||||
│ server 127 ls ~/ │
|
||||
@ -23,4 +22,5 @@ Search Query: > ls
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
│ │
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,8 +1,8 @@
|
||||
Search Query: > echo
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ localhost 2 echo 'bar' & │
|
||||
│ localhost 2 echo 'aaaaaa bbbb' │
|
||||
│ │
|
||||
@ -23,4 +23,4 @@ Search Query: > echo
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,8 +1,8 @@
|
||||
Search Query: > asdf
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
@ -23,4 +23,4 @@ Search Query: > asdf
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,8 +1,8 @@
|
||||
Search Query: > echo
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ localhost 2 echo 'bar' & │
|
||||
│ localhost 2 echo 'aaaaaa bbbb' │
|
||||
│ │
|
||||
@ -23,4 +23,4 @@ Search Query: > echo
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,9 +1,8 @@
|
||||
Search Query: > -pipefail
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────┐
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Hostname Exit Code Command foo │
|
||||
│─────────────────────────────────────────────────────────────────────────────│
|
||||
│ ghaction-runner-hostname 0 ls / foo │
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ localhost 2 echo 'bar' & │
|
||||
│ localhost 2 echo 'aaaaaa bbbb' │
|
||||
│ localhost 2 ls ~/bar/ │
|
||||
@ -23,4 +22,5 @@ Search Query: > -pipefail
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────┘
|
||||
│ │
|
||||
└───────────────────────────────────────────────────────────┘
|
@ -1,12 +1,13 @@
|
||||
david@Davids-MacBook-Air hishtory % hishtory tquery -pipefail
|
||||
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > -pipefail
|
||||
|
||||
┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
|
||||
│ Exit Code git_remote Command │
|
||||
│─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
|
||||
│──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────│
|
||||
│ 0 git@github.com:ddworken/hishtory.git hishtory config-set displayed-columns 'Exit Code' git_remote Command │
|
||||
│ 0 echo bar │
|
||||
│ 0 cd / │
|
||||
@ -27,4 +28,4 @@ Search Query: > -pipefail
|
||||
│ │
|
||||
│ │
|
||||
│ │
|
||||
└─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
||||
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
@ -1,5 +1,6 @@
|
||||
-pipefail
|
||||
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > -pipefail
|
||||
|
@ -1,5 +1,6 @@
|
||||
-pipefail
|
||||
|
||||
hiSHtory v0.Unknown: search your shell history
|
||||
|
||||
|
||||
Search Query: > -pipefail
|
||||
|
@ -203,7 +203,14 @@ func (m model) View() string {
|
||||
if m.searchErr != nil {
|
||||
warning += fmt.Sprintf("Warning: failed to search: %v\n\n", m.searchErr)
|
||||
}
|
||||
return fmt.Sprintf("\n%s\n%s%s\nSearch Query: %s\n\n%s\n", loadingMessage, warning, m.banner, m.queryInput.View(), baseStyle.Render(m.table.View()))
|
||||
// TODO: change 100 to the actual width
|
||||
hishtoryInfo := ""
|
||||
terminalWidth, _, err := getTerminalSize()
|
||||
if err == nil {
|
||||
hishtoryInfo = lipgloss.PlaceHorizontal(terminalWidth, lipgloss.Center, fmt.Sprintf("hiSHtory v0.%s: search your shell history", Version))
|
||||
hishtoryInfo = lipgloss.NewStyle().Italic(true).Render(hishtoryInfo)
|
||||
}
|
||||
return fmt.Sprintf("\n%s\n%s\n%s%s\nSearch Query: %s\n\n%s\n", hishtoryInfo, loadingMessage, warning, m.banner, m.queryInput.View(), baseStyle.Render(m.table.View()))
|
||||
}
|
||||
|
||||
func getRows(ctx *context.Context, columnNames []string, query string, numEntries int) ([]table.Row, int, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user