tree: 821df4cd91f2ba978584f9b106f0b0ac4271b708 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. fxtest/
  9. fxutils/
  10. gce/
  11. git/
  12. gn_complete/
  13. memory/
  14. mkinstaller/
  15. move_source/
  16. owner/
  17. prebuilts/
  18. rust/
  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. find_integration_revision.py
  41. flog
  42. fx
  43. fx-env.sh
  44. fx-help.awk
  45. fx-wrapper
  46. gen_rust_analyzer.py
  47. generate-fidl-tags.py
  48. generate-intellij-config.py
  49. generate_cargo.py
  50. git_utils.py
  51. gn_to_cmake.py
  52. OWNERS
  53. paths.py
  54. README.md
  55. run-zircon-arm64
  56. run-zircon-x86
  57. simplify_stacktraces
  58. 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.