GithubHelp home page GithubHelp logo

ericmore / smartputty Goto Github PK

View Code? Open in Web Editor NEW
40.0 13.0 17.0 116.01 MB

Multi-Tabbed PuTTY written in Java

Home Page: https://github.com/ericmore/SmartPutty/releases/tag/1.0.0

Java 100.00%
java intellij splash putty putty-session vnc-viewer winscp

smartputty's People

Contributors

crisistotal2014 avatar ericmore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

smartputty's Issues

Black Putty screen doeesn't get focus when mouse clicks on it

Hi Eric!
I've detected that black Putty screen doeesn't get focus when mouse clicks on it. To put on foreground is needed to click on main SmartPutty window. Nowaday Putty screen gets focus.

Is there some way to read Putty events a make SmartPutty on foreground?

Thanks!

A menu listing all connections

It would be very handy to have a menu (somewhere near Configuration or Application) to have a list of available connections, something like the following:

Connections:
Folder 1:
Connection 1 name
Connection 2 name
Folder 2:
etc...

This way all of the connections are easy to access and sorted nicely. This should work for not only the Putty connections read from the registry but any custom connections that I have added to the program. One thing is that each connection should have a "name" variable associated to it, to give it a human readable name, like "Linux Host Machine".

Startup BAT script shows so many debug

Hi Eric!
This is Carlos SS testing your first version. :-)

I've detected startup BAT script "start.bat" shows so many debug information (including SSH passwords).
Is possible:

  • rename current "start.bat" to "start_debug.bat"
  • create "start.bat" with this contents:
    java -splash:icon/splash.jpg -jar SmartPutty.jar
    ?

This will give to SmartPutty a more professional image, without lots of debug.

Thanks!

Add a compiled SmartPutty.jar to repository

Hi Eric:
What do you think about adding a compiled SmartPutty.jar to your repository folder?

This is due many people doesn't have Gradle or JDK installed, and this can be a fast way to these people to check your great program.

P.D.:
Perhaps an "SmartPutty.exe" will be faster and easy to use this program.

Move "icons" folder inside JAR file

Hello Eric!
Is possible to move "icons" folder inside JAR file?
Doing this we can be sure that all icons are present and we'll fewer problems due user-deleted icons.

Hide "Welcome Page" on startup

Hello Eric!
Since many times running SmartPutty I've detected "Welcome Page" tab isn't needed more (use instructions are easy and knowned for any user). After several times It's nice begin SmartPutty in a clean way.

What do you think about setting another configuration to hide it?
Perhaps, adding a new check item called "Show Welcome Page on start" under "View"?

Macro Button

Hi All,

To run a script, I understand Smartputty supports a way, wherein user has to open "Script Editor", in the subsequent window browse and select the script file and then hit Enter.

As like in Mobaxterm and SecureCRT, is there a way where we have all the above steps in button/clickable parmeter..So once I click the button it fetches the command from the file and executes.. This will be good option to run repeated commands.

Window to define which programs to use

Hi Eric!
I'll like to have a window to define which programs to use Putty/KiTTY, WinScp/Filezilla, etc., and save this values on configuration file

What do you think? Can I try it?

Double/middle click to close a tab

A handy shortcut that I use in many tabbed programs (such as Firefox) is using my middle mouse button to close tabs, though on a trackpad, double clicking to close tabs is easier to perform, so I frequently use both shortcuts. It would be great if that could be implemented here.

Save main window size

Hi Eric!
Can I implement saving of main window size in configuration? Many people works with special sizes (having window on top of screen, or down) and I think will be usefull to save this size for future executions.

Gradle "build and compile" process is creating unused SmartPutty.tar file

Hi another time Eric:
I've detected Gradle "build and compile" process is creating a unused file called SmartPutty.tar next to SmartPutty.zip file.
Due your program isn't intended to run on Linux (where TAR is a common compacter program), I want to suggest to you remove creation of this file (and reduce compilation time).

To do some I want to suggest to use in build.gradle this directive:
distTar.enabled = false

And also I want to stabilize more this compilation process by adding this another file settings.gradle, with this content:
rootProject.name = 'SmartPutty'

This will avoid SmartPutty.zip get another name based on which directory are files of SmartPutty (I work with several directories, and my current is called SmartPutty_git, which is doing I'm getting a SmartPutty_git.zip compressed file.
gradle.zip

Missing Gradle entries to work properly with Netbeans 8

Hello Eric:
I'm following your past advice to work with with Gradle. Now I've accomplished on my Netbeans 8 IDE, but I've modified my build.gradle file to add two entries to solve builds.

These new lines are:
apply plugin: 'application'
mainClassName = 'UI.MainFrame'

and "Build and Compile" from command line continues working well.

Can you easy my life and add them to repository? ;-)
Thanks!

Add close capability to new lower toolbar

Hi!
Is possible to add close capability to new lower toolbar? Many screens are litle and this toolbar is taking space.
Or also, can you offer a emerging toolbar(raising up when mouse pointer is near him, and auto-hidding)?

Personally I don't need it.

(Feel free to close this issue when done)

Add support for Windows x64

Good morning Eric!
Can we add full support to run SmartPutty on Windows x64? It's meaning to use x64 JAR's and lib's, etc.

(Feel free to close this issue when done)

New folder "database" to store database files

Hi Eric!
It's possible to create a "database" folder on root and move into database related files?
With this will add to be more esy to maintain files.

You'll need my "DBManager.java" class to manage in a good way.

Thanks!

Replace internal proprietary API "Base64Util" class with "Apache Commons Codec 1.10 API"

Hello Eric!
Is possibel to replace internal proprietary API "Base64Util" class with "Apache Commons Codec API"?
I think you like "Apache API's" (well done!) and "Apache Commons Codec API" seems a good alternative to remove compillation warnings like:

SmartPutty\src\Dao\Base64Util.java:3: warning: BASE64Decoder is internal proprietary API and may be removed in a future release
import sun.misc.BASE64Decoder;

With this our code will be more stronger.

(Feel free to close when done)

Change overwrite "Default%20Settings" Putty session

Hello Eric!
Is possible to no overwrite "Default%20Settings" Putty session with some values?
I've offered few weeks ago a new session name to work called "SmartPutty_Settings".

I've offered this alternative session because several users are using this session name with very specialized settings that will be overwrited.

Remove unused JAR libraries

Hello Eric!
Is possible to remove unused JAR libraries? Seems that following libraries are no longer used:

  • org.eclipse.core.commands_3.6.1.v20120521-2329.jar
  • org.eclipse.equinox.common_3.6.100.v20120522-1841.jar
  • org.eclipse.ui.forms_3.5.200.v20120521-2329.jar

Thanks in advance!

GitHub description change

Hello Eric!
Can you change GiHub title from:
Multi Tabbed Putty
to a more descriptive name like:
Multi Tabbed Putty wrote in Java
?
I think can add more people interested on this great project.

ALT+# to change tabs

One shortcut I often find very useful is the ability to change tabs with only the keyboard and personally, I find ALT plus a number very easy as I can do it quickly with only my left hand. For example, ALT+1 would go to tab 1, ALT+2 would go to tab 2, ALT+3 would go to tab 3, and so forth. I also like shortcuts like ALT+W to duplicate the current tab and ALT+Q to close to the current tab, as they are all close together.

Please consider implementing some sort of customizable shortcuts like the above for tab navigation.

Remove Gradle support

Hi Eric!
This is Carlos another time :-D How are you? So many time from last collaborations!!

I have a simple question: is possible to remove Gradle support on this project? Main reason is that is so many difficult to use Gradle on another IDE's (like NetBeans). Yesterday I've accomplished to work on NetBeans, but this can be an stopper to work on this project for another people.

I consider we must keep simple things. What do you think?

Add version number to SmartPutty

Hello!
Is possible to add a version number to SmartPutty (in title bar, in welcome page, etc.)?

This will add users to known in which version we are, and will track our archivements.

SWT library defined in Gradle config file is for 64 bits only

Hi Eric:
I've another mistake due Gradle. My workstation is 32 bits, and I can't compile your program due Gradle it's configured to use only 64 bits version of SWT library.

To get my compilation to work I used this line (on build.gradle file):
compile group: 'org.eclipse.swt', name: 'org.eclipse.swt.win32.win32.x86', version: '4.3'
instead of:
compile group: 'org.eclipse.swt', name: 'org.eclipse.swt.win32.win32.x86_64', version: '4.3'

P.D.:
I found this piece of Gradle code which can help to detect architecture, but I don't known how to implement:

model {
    platforms {
        x86 {
            architecture "x86"
        }
        x64 {
            architecture "x86_64"
        }
    }
}
model {
    components {
        main(NativeLibrarySpec) {
            targetPlatform "x86"
            targetPlatform "x64"
        }
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.