Skip to content

techris45/snowflake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowflake

Easy and fun way to work with SSH

Snowflake is a graphical SSH client. It has a file browser, terminal emulator, resource/process manager, disk space analyzer, text editor, log viewer and lots of other helpful tools, which makes it easy to work with remote servers. It runs on Linux and Windows. Snowflake has been tested with Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX

Intended audience

The application is targeted mainly towards web/backend developers who often deploy/debug their code on remote servers and not overly fond of complex terminal based commands. It could also be useful for sysadmins as well who manages lots of remote servers manually.

Download:

Windows Ubuntu/Mint/Debian Other Linux MacOS Other
MSI installer DEB installer Generic installer (64 bit) TBD JAR (Java 11)

Features:

1. Simple graphical interface for common file operations

The app is designed to provide a simple graphical interface which allow common activities like moving files on server, renaming, cut, copy, paste, archiving, executing scripts,checking free space, calculating directory size, changing permissions etc in simple and efficient way. Though file browing is based on SFTP, the app uses shell commands whenever posssible to perform operations efficiently. For example deleting a directory having huge number of files and sub directories can take a while using SFTP, but with simple rm command its much faster. Also the app will prompt to user and can run sudo if priviledged operation needs to be performed. No switching to terminal is needed to invoke sudo. Moving files between servers is also supported with simple drag and drop.

2. Built in text editor with syntax highlighting and support for sudo

Built in text editor comes in handy when dev or admin needs to modify some files. The editor can invoke sudo and prompt for passwords as needed. This could be very helpfull for modifying global configuration files( like /etc/profile etc ) from editor without using vi or other terminal based editors.

3. Simply view and search huge log/text files in a jiffy

The built in log viewer can show huge log files, upto several terabytes in a very efficient manner. There is no need for downloading the whole file for view or search, thus skipping the pain of waiting for a long time to download the file, or using acrane terminal based tools. The log viewer presents a paginated view of the file, which loads in much less time.

4. Fast powerful file and content search, powered by find command

Powerful search functionality, which allows users to find files by name, type, modification date and can also look inside compressed archives. for example its now very easy to find all the files created between a date range dates.

5. Built in terminal and command snippet

With built in terminal, all command line operations can be performed. The terminal is also integrated with the file browser page, so users can open terminal from specific directory or execute scripts in terminal from file browser itself with a click of mouse. Also You can create snippet of your most used commands and execute them with a few clicks without typing again and again.

6. Fully equiped task manager

Monitor resource usage (CPU,RAM,SWAP) and view/manage processes from a familier GUI. It is equipped with search and kill process functionaliy, and also with a option to kill processes with sudo. Its very easy to check which process is using most CPU or Memeory and the full command line of the process.

7. Built in graphical disk space analyzer

A friendly GUI which allows users to find out what is eating up the diskspace. Any of the mounted partitions or directories can be analyzed.

8. Linux specific tools

Few handy tools which can make dev's or admin's life earier like getting information about the system and distro, starting and stopping systemd services and finding which process is listening on which port.

9. Manage SSH keys easily

Simple and handy UI for creating and managing local and remote SSH keys. Also it supports managing authorized keys from GUI.

10. Network tools

Graphical interface for PING,Port checking, Traceroute and DNS lookup

Documentations:

https://github.com/subhra74/snowflake/wiki

About

A modern graphical SSH client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%