summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-21feat: add ICMP fallback and handle unspecified netnetlinkToby Vincent
2024-03-12feat: add network discoveryToby Vincent
2024-02-28feat: add flag to filter by TCP portsToby Vincent
2024-02-24feat!: remove tmux functionalilty and more asyncToby Vincent
2024-02-06fix: reverse tmux session sort orderToby Vincent
2024-02-06fix: simplify tmux parsingToby Vincent
2024-02-06feat: impl include and excludeToby Vincent
2024-01-29feat: reimplement exclude optionToby Vincent
2024-01-29feat: use netlink for neighbor discoveryToby Vincent
2023-10-29fix: improve attached session filterHEADmainToby Vincent
2023-10-29fix: exclude local session when attachedToby Vincent
2023-10-27feat: order localhost using tmux if enabled and remove historydevelopToby Vincent
2023-05-08feat: add exclude-attached flag to tmux configToby Vincent
2023-04-04chore: add CHANGELOGv0.1.0Toby Vincent
2023-04-04chore: add crate metadataToby Vincent
2023-04-04refactor: clean up tmux error handling and remove unused moduleToby Vincent
2023-04-04chore: add license filesToby Vincent
2023-04-04chore(deps): remove unused dependenciesToby Vincent
2023-04-03refactor: clean up logic and impl trait for writing sessionsToby Vincent
2023-04-02feat: add exclude flag and localhost sessionToby Vincent
2023-04-02feat: rewrite to use Extend trait and remove tmux controlToby Vincent
2023-03-20feat: impl tmux session switching writing to history fileToby Vincent
2023-03-19refactor: move session traits and stucts into moduleToby Vincent
2023-03-19refactor: remove ssh2 dependency and parse known_hosts manuallyToby Vincent
2023-03-19feat: impl SessionSource for /etc/hostsToby Vincent
2023-03-19fix: impl From<String> for Session for `Discovered` sessionsToby Vincent
2023-03-19feat: impl ssh KnownHosts file sourceToby Vincent
2023-03-18feat: impl history file and sortingToby Vincent
2023-03-17feat: impl list for tmux sessionsToby Vincent
2023-03-17chore: initial commitToby Vincent