F-Script icon indicating copy to clipboard operation
F-Script copied to clipboard

Unofficial fork

Results 14 F-Script issues
Sort by recently updated
recently updated
newest added

Hey, Is this project still alive? Will there be an update for macOS Sierra (10.12)? Thanks!

With macOS, Swift3 and new XCode out, perhaps a F-Script refresher is in order?

Hello, I was wondering (based on your experience) if you thought it would be possible to create an FScript dynamic library that exposed FSInterpreter. I thought it would be interesting...

hi, i can using F-Script with OS X GUI Apps , it's fun. but , how can i using F-Script with command line app written in Objective-C ? i can...

- [ ] Following #16 this service should be easy to embed into applications without menu bar - [ ] It should support both LLDB and GDB (#13) by check...

F-Script 10.10 works on El Capitan. Even injecting the framework works, but a few things need to be revised: GDB isn't shipped anymore, so **Use LLDB instead of GDB** for...

Recent versions of Xcode no longer come with a `gdb` symlink, so you have to use `lldb` instead. While `lldb` does have synonyms for its commands that make everything work,...

Currently I am using modified shell script(opens browser after load) and manually invoke it with pid ``` #!/bin/bash lldb --attach-pid "$1"