tree: 23ceda1f1220bbdae22914d7438147433167f040 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. dart/
  4. devshell/
  5. editors/
  6. fuzzing/
  7. fxtest/
  8. fxutils/
  9. gce/
  10. git/
  11. gn_complete/
  12. memory/
  13. mkinstaller/
  14. move_source/
  15. owner/
  16. prebuilts/
  17. rust/
  18. scrutiny/
  19. sdk/
  20. status/
  21. style/
  22. tests/
  23. third_party/
  24. unification/
  25. verify_cmdline_params/
  26. vim/
  27. youcompleteme/
  28. zsh-completion/
  29. .gitignore
  30. bootstrap
  31. build-qemu.sh
  32. BUILD.gn
  33. build_id_conv.py
  34. change_testability_review_analyzer.py
  35. colorize_logs
  36. cq_perf_results.py
  37. difl
  38. fd.py
  39. fetch-build-artifacts
  40. fidl_project_schema.json
  41. find_integration_revision.py
  42. flog
  43. fx
  44. fx-env.sh
  45. fx-help.awk
  46. fx-wrapper
  47. gen_rust_analyzer.py
  48. generate-fidl-project.py
  49. generate-fidl-tags.py
  50. generate-intellij-config.py
  51. generate_cargo.py
  52. git_utils.py
  53. gn_to_cmake.py
  54. OWNERS
  55. paths.py
  56. README.md
  57. run-zircon-arm64
  58. run-zircon-x86
  59. simplify_stacktraces
  60. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.