python-apps icon indicating copy to clipboard operation
python-apps copied to clipboard

Handle bash and python code directly

Open frikky opened this issue 5 years ago • 9 comments

Make it possible to write scripts (bash/python) directly

frikky avatar Jul 20 '20 10:07 frikky

As discussed within twitter, maybe we could port https://github.com/nsacyber/WALKOFF-Apps/tree/master/LinuxShell. This would allow execution of shell commands locally and over ssh.

n3x77 avatar Jul 21 '20 07:07 n3x77

Good idea! We should probably do that for more than just shell commands as the apps in theory should work directly in Shuffle.

frikky avatar Jul 21 '20 08:07 frikky

Could you please describe in more detail what this means? Cause I'm currently trying to port the app into shuffle.

n3x77 avatar Jul 21 '20 13:07 n3x77

Their new app format is the same format used for Shuffle, but I checked it again and saw that this is their old apps.

I'd suggest translating these ones instead, as they're the new format that uses Docker: https://github.com/nsacyber/WALKOFF/tree/master/apps/ssh/1.0.0

I guess this also means it's about time I write documentation for app creation :woman_dancing:

frikky avatar Jul 21 '20 14:07 frikky

Their new app format is the same format used for Shuffle, but I checked it again and saw that this is their old apps.

I'd suggest translating these ones instead, as they're the new format that uses Docker: https://github.com/nsacyber/WALKOFF/tree/master/apps/ssh/1.0.0

I guess this also means it's about time I write documentation for app creation 💃

Thanks for pointing that out I will try to use this application. When I saw the WALKOFF app for the first time it seemed to be in an older format. But then I don't have to lose energy in rewriting to the new format.

n3x77 avatar Jul 22 '20 15:07 n3x77

Hey @n3x77, have you gotten any farther? I'll be working on app docs this weekend (finally have time!) :)

frikky avatar Jul 30 '20 05:07 frikky

Hi Frikky,

Sorry I couldn't find the time for it. I did see testing but think you're documentation will help a lot.

Frikky [email protected] schrieb am Do., 30. Juli 2020, 07:41:

Hey @n3x77 https://github.com/n3x77, have you gotten any farther? I'll be working on app docs this weekend (finally have time!) :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/frikky/Shuffle-apps/issues/10#issuecomment-666130455, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5543CPNVLBDXWYVKCD363R6EBW3ANCNFSM4PCEQ3YA .

n3x77 avatar Jul 30 '20 09:07 n3x77

Bash works! https://twitter.com/shuffleio/status/1304037645006168066?s=20

frikky avatar Sep 10 '20 12:09 frikky

Now for python...

frikky avatar Sep 10 '20 12:09 frikky