From 8c2a96f0a743753a6315b586b3ca893622e48d7c Mon Sep 17 00:00:00 2001 From: Tullio Facchinetti Date: Thu, 1 Feb 2024 05:45:18 +0100 Subject: [PATCH] Add: smartscp --- README.md | 5 +++-- data/apps.csv | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36eea31..df6d7ea 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1340** +* Apps/tools covered: **1341** * Number of categories: **76**. # Index @@ -16,7 +16,7 @@ Some links are available to [related resources](#resources). * [AI / ChatGPT](#ai) (16), [Anki, decks and flashcards](#flashcard) (6) * [Backup](#backup) (16) * [Calculators](#calc) (11), [Chat and instant messaging](#chat) (27), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (12) -* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (22), [Data transfer](#transfer) (39), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) +* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (22), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) * [Editors](#editors) (25), [Email](#email) (14) * [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (31), [Fuzzy finders and option pickers](#option-picker) (13) * [Games](#games) (49), [Git and accessories](#git) (47), [Graphics](#graphics) (37) @@ -356,6 +356,7 @@ Programs for transferring files and data between different machines. * [shbin](https://github.com/Shiphero/shbin) - Upload code snippets, notebooks, images or any other content to a Github repository that acts as your internal pastebin, and returns the URL to share it with your team. * [shcopy](https://github.com/aymanbagabas/shcopy) - Copy text to your system clipboard locally and remotely using ANSI OSC52 sequence. * [sitecopy](http://www.manyfish.co.uk/sitecopy/) - Synchronizes a local copy of a website with a remote copy on a server, does not use SSH/`scp` but FTP for file copy, useful when the remote server does not support secure copy. +* [smartscp](https://github.com/lengyijun/smartscp) - A replacement of scp, but auto skip git-ignored files; it's just a wrapper of sshfs and xcp. * [stftp](http://stftp.sourceforge.net/) - (simple terminal FTP) aims to be a "easy-to-use and unbloated client for the UNIX (and UNIX-like) console". * [tdl](https://github.com/iyear/tdl) - Beautiful and feature-rich Telegram downloader, written in Go. * [tran](https://github.com/abdfnx/tran) - Securely transfer and send anything between computers with TUI. diff --git a/data/apps.csv b/data/apps.csv index 58a3405..048ca8e 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1339,3 +1339,4 @@ music,sptui,,https://github.com/szktkfm/sptui,"Spotify TUI player, written in Go ai,osh,,https://github.com/charyan/osh,Ollama Shell Helper (osh): English to Unix-like Shell Commands translation using Local LLMs with Ollama. ai,clai,,https://github.com/iivvoo/clai,Command Line AI is a command line integration for openai. It's setup to help you learn new shell commands and construct more complex commands. organizers,pbook,,https://github.com/proh14/pbook,A simple phonebook manager for TUI lovers. +transfer,smartscp,,https://github.com/lengyijun/smartscp,"A replacement of scp, but auto skip git-ignored files; it's just a wrapper of sshfs and xcp."